difference between step loop and continuous loop
Answers
Answered by
9
hope it's helps you
mark as BRAINLIEAST plzz
mark as BRAINLIEAST plzz
Attachments:
Answered by
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
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