- 3
Help me
You need to make a countdown app. Given a number N as input, output numbers from N to 1 on separate lines. Also, when the current countdown number is a multiple of 5, the app should output "Beep". Sample Input: 12 Sample Output: 12 11 10 Beep 9 8 7 6 5 Beep 4 3 2 1
3 Answers
0
I will help, but I won't give you the answer...
Step 1: get the input
Step 2: check how you can see if divisible by 5
Step 3: print number then/or beep
+ 5
Your attempt?
0
Remember to apply this logic, input, processing, output,
Give me a follow if you appreciate!