What is the purpose of else in for and while loop?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)
In making programmes