Browse Source

Final commit

Brandon Defrancis 6 years ago
parent
commit
3256bd7d6f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Main.java

+ 1
- 1
Main.java View File

8
         
8
         
9
         int x, y, sum = 1;
9
         int x, y, sum = 1;
10
         Scanner sc = new Scanner(System.in);
10
         Scanner sc = new Scanner(System.in);
11
-        System.out.println("Input a number below!");
11
+        System.out.println("Input a number below!!");
12
         x = sc.nextInt();
12
         x = sc.nextInt();
13
         
13
         
14
         for (y = 1; y <= x; y++){
14
         for (y = 1; y <= x; y++){