Overview
This week’s exercises are focussed on using arrays to store a sequence of values and process them in various ways.
Last week, you should have started using the IntelliJ IDE and JUnit for your exercises. If you didn’t get round to it, start off this week’s lab by working through the Introduction to Development Tools. Then go on to doing the rest of the exercises.
Difficulty | Question | Description |
---|---|---|
warmup | Q1 | Floating point division (Pair Programming) |
Q2 | While loop example - arithmetic series | |
Q3 | ArrayRotate | |
core | Q4 | Mean and Variance |
Q5 | Median Temperature (Pair Programming) | |
Q6 | Mode | |
optional | Q7 | Sieve of Eratosthenes (Pair Programming) |