syntax:
for( int i=1; i<=5; i++) {
for( int j=i; j<=5; j++) {
System.out.print("*"); }
System.out.println();
make netbeans
like picture hereunder...
its result: 
Monday, June 29, 2009
NESTED FOR
Subscribe to:
Post Comments (Atom)
0 comments on "NESTED FOR"
Subscribe in a Reader
Post a Comment