What is the minimum numberbof times that a do..... while loop can be executed?
Answers
Answered by
1
if condition is false at the starting itself even then it will execute once.and if condition is satisfied it will go on till condition fails
Similar questions