question archive When we want our program to re-cycle after each use, that is, continue running until the user chooses to stop, we use a: for loop while loop do-while loop switch statement
Subject:Computer SciencePrice:2.87 Bought7
When we want our program to re-cycle after each use, that is, continue running until the user chooses to stop, we use a:
|
for loop |
||
|
while loop |
||
|
do-while loop |
||
|
switch statement |

Answer:
Therefore the correct option is "do-while".

