

InterviewSolution
Saved Bookmarks
1. |
What is the purpose of else in for and while loop? |
Answer» Else is used to show the otherwise part of the condition given in a loop... 4 ex:- if 4 is even then print (even) ...... Else print (odd)<br>In making programmes | |