Syntax:
for(type integer=value early;condition;increment;){
statement;
}
example :
print number = 1....3
for(int j=1;j<=3;j++){
System.ut.print("\t + j);
Monday, June 29, 2009
Subscribe to:
Post Comments (Atom)
Hadena | Copyright © 2009 | Original Design By Deluxe Themes | Converted To Blogger By Technolizard
0 comments on "LOOPING"
Subscribe in a Reader
Post a Comment