You need to write a loop that will repeat exactly 125 times. Which is the preferred loop construct to use?
.
.
Click on the title for the solution
.
.
while loop
do while loop
for loop
.
Click on the title for the solution
.
.
This is the answer:
:
while loop
do while loop
for loop
Comments
Post a Comment