You need to write a loop that will repeat exactly 125 times. Which is the preferred loop construct to use?
LANGUAGE: C++
CHALLENGE:
You need to write a loop that will repeat exactly 125 times. Which is the preferred loop construct to use?
SOLUTION:
do while loop