I am confused about the execution of while and do while loop help me
Answers
Answered by
1
while loop started with a condition. first check the condition and print the statement.
do while statement first print then check the condition
I hope it's helps u
do while statement first print then check the condition
I hope it's helps u
shalu34:
thank you very much
Similar questions