Computer Science, asked by radar156, 1 year ago

difference between step loop and continuous loop

Answers

Answered by aru2296
9
hope it's helps you
mark as BRAINLIEAST plzz
Attachments:
Answered by simra85
5
<<HEY MATE HERE'S YOUR ANSWER>>
The main difference between do while loop and while loop is in do while loop the condition is tested at the end of loop body, i.e do while loop is exit controlled whereas the other two loops are entry controlled loops. Note: In do while loop the loop body will execute at least once irrespective of test condition.



HOPE IT HELPS
PLZ,MRL AS BRAINLIST
Similar questions