Overview
This week’s exercises provide you with an opportunity to use collection classes from the Java API.
Also, you will get in touch with using packages for your own code.
Lastly, we will show you how to do some file I/O using the stdlib from week 5 or corresponding Java API classes.
Difficulty | Question | Description |
---|---|---|
warmup | Q1 | Daleks Again |
Q2 | Arrays and Reference Types | |
Q3 | Reading in files (Pair Programming) | |
core | Q4 | Interval |
Q5 | Shapes (Pair Programming) | |
Q6 | Text Analysis | |
optional | Q7 | Noughts-And-Crosses (Pair Programming) |