HemendraPullay/arrayofnumbers

From ggc

Jump to: navigation, search

01 package HemendraPullay;
02 
03 import wiki.Wiki;
04 /**
05  * All about my application here.
06  @author Hpullay
07  */
08 public class arrayofnumbers
09 {
10   public static void main(String[] args)
11   {
12     for(int i=0; i<5; i++)
13     {
14       Wiki.out.println("--------------");
15       Wiki.out.println("|"+(1)+"|"+(1)+"|"+(1)+"|"+(1)+"|"+(1)+"|");
16     }
17     Wiki.out.println("--------------");
18 
19   }
20 }


Download/View HemendraPullay/arrayofnumbers.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter