@@ -8,7 +8,7 @@ public class Main {
int x, y, sum = 1;
Scanner sc = new Scanner(System.in);
- System.out.println("Input a number below!");
+ System.out.println("Input a number below!!");
x = sc.nextInt();
for (y = 1; y <= x; y++){