Skip to content

Commit a3ed07c

Browse files
committed
Multiplication Table
1 parent d8c7669 commit a3ed07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Introduction/MultiplicationTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ public static void main(String[] args) {
77
for (int i=1;i<=10;i++){
88
System.out.println(n + " x " + i + " = " + n*i);
99
}
10-
10+
scan.close();
1111
}
1212
}

0 commit comments

Comments
 (0)