Programming Conditions Tutorial
Continue Statement
skips all the below statments , only executed n loops ,it acutally cancels the next iteration........
Break Statement
IT cansels the loop n which it's executed but continue cancels the below statments only ...
If
always gives us two ways
Nested If
if wth in if ,
Switch
Difference B/W Switch & If::
switch s used for only matching (=) & when the cases r in great numb........but if is used for any condition ==, <=,,,,

