Going back to the problem

Going back to the problem#

Now use your fresh knowledge on the previous coding problem that we did not finish.

Exercise 21

Now go back to Exercise 11 again and continue/improve your solution.

Try to use the concepts that we introduced in the class:

  • branching

  • loops: foreach, while

  • arrays

  • strings

    • … string interpolation