In this PPT
we learn some basic about Switch Statements & Jump Statements• The break statement terminates the loop immediately, and the control of the program moves to the next statement following the loop
. • It is almost always used with decision making statements (if...else Statement).
No comments:
Post a Comment