Question: While loop is used when the number of iterations is not known in advance or when we want to repeat a block of code until

While loop is used when the number of iterations is not known in advance or when we want to repeat a block of code until a certain condition is met. For loop require a sequence to iterate over. While the loop requires an initial condition that is tested at the beginning of the loop

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!