Browse Source

docs: Reword instructions

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by Dav Hojt
parent
commit
5a878eb40c
  1. 4
      subjects/pingpong/README.md

4
subjects/pingpong/README.md

@ -1,7 +1,7 @@
### Instructions
Write a program that checks if a number up to a given number is an odd or even number.
The number will be between `0` and `100`.
Write a program that checks if all numbers up to a given number are odd or even.
The numbers will be between `0` and `100`.
- If the number is `odd` then it prints `ping` as in the example below.
- If the number is `even` then it prints `pong`.

Loading…
Cancel
Save