Showing posts with label Jumping Statements. Show all posts
Showing posts with label Jumping Statements. Show all posts

Friday, March 28, 2014

Continue statement



Output is as :
I=1
I=2
I=3
I=4
I=5
I=7
I=8
I=9
I=10






break statement



Output is as :
I=1
I=2
I=3
I=4
I=5






goto statement