Jayson/Numbers/Numbers

From ggc

Jump to: navigation, search

01 package Jayson.Numbers;
02 //package numbers;
03 import wiki.Wiki;
04 /**
05  * All about my application here.
06  @author Jpark
07  */
08 public class Numbers
09 {
10   public static void main(String[] args)
11   {
12     int[][] nums = new int[5][5];
13     for (int = 0; i < nums.length; i++)
14     {
15       for (int = 0; u < nums.length; u++)
16       {
17         nums[i][u] = 1;
18       }
19     }
20     Wiki.out.println("--------------");
21     for (int = 0; i < nums.length; i++)
22     {
23       Wiki.out.print("|");
24       for (int = 0; u < nums.length; u++)
25       {
26         Wiki.out.print(nums[i][u] + "|");
27       }
28       Wiki.out.println();
29       Wiki.out.println("--------------");
30     }
31   }
32 }


Download/View Jayson/Numbers/Numbers.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