Computer Science, asked by Prajaktap8584, 11 months ago

How would you decide the use of one of the three loops in c for a given problem?

Answers

Answered by ThakurBhanuPratap
2

Answer:

If you know the outputs then use for loop otherwise use while loop and if you want to make a menu base program use do while loop

Similar questions