Week 2 was again pretty straightforward, the first few exercise
were to do with printing a statement a certain amount of times based on the
while(condition). Further on, we are
told about the for-loop which makes this use of the while loop pretty useless.
The main outline of the week was around methods, and how
they use parameters given to them, and how different methods can call other
methods as their parameters.

![]() |
This was the code that passed the tests, at this point, the code was very basic. |