Computer Science, asked by anusruthik, 1 month ago

what is the main defference between for loop ,while loop,and do while loop​

Answers

Answered by Shagumail12
2

Answer:

REFER THE ATTACHMENT FOR THE ANSWER

Attachments:
Answered by rajbalanathasar
1

Answer:For loop Do-While loop

For the single statement, bracket is not compulsory. Brackets are always compulsory.

Initialization may be outside or in condition box. Initialization may be outside or within the loop.

for loop is entry controlled loop. do-while is exit controlled loop.

Explanation:

Similar questions