Exercise 7
Part A
- Output every number between 1 and 100 which is divisible by 3
- Create a page to output your results, one value per line, here: /exercises/7/my-answer/a
Part B
- Output every number between 1 and 50 multiplied times PI. The output should always display exactly 2 digits of precision.
- For example, here are the first 3 values to output: 3.14, 6.28, 9.42
- Create a page to output your results, one value per line, here: /exercises/7/my-answer/b