0
Answer to the countdown problem in c++ course. I have tried but my program only solves case 3 and 5
3 Answers
+ 4
remove the n variable from the first argument of for loop, the complier will warn you that it would have no effect.
you don't need the else statement if you're aren't executing anything.
also you didn't capitalize letter B since SL's test cases are case sensitive.
+ 2
KingZord
Read the practice problem again. There is "Beep" not "beep".
0
Thank you for the advice