- 1

Which loop is the best For,While,Do While in the programation?

Loops "For","While","Do While"

7th Jun 2019, 12:04 AM
Elias Cruz
Elias Cruz - avatar
2 Answers
+ 1
Each comes in handy
7th Jun 2019, 12:11 AM
Mo Hani
Mo Hani - avatar
+ 1
You can't use the word *better* It always situation dependant , ex. when you want your loop to run atleast once , then you should use do-while while(1) is the shortest infinite loop etc.
7th Jun 2019, 5:45 AM
Shahil Ahmed
Shahil Ahmed - avatar