0
For, While, Do While Problem
So, I've been practicing do while, while and for loops in c++. I've been searching for a problem that needs to use the three of this structures, any ideas for a challenge to me to solve? I'm a beginner by the way.
2 Respuestas
+ 3
For a first time practice, better to try for print numbers in a range, (sequential, even, odd, reverse...)
Or try this simple challenge :
https://www.sololearn.com/learn/936/?ref=app
0
Thank bro!