We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c7669 commit a3ed07cCopy full SHA for a3ed07c
Introduction/MultiplicationTable.java
@@ -7,6 +7,6 @@ public static void main(String[] args) {
7
for (int i=1;i<=10;i++){
8
System.out.println(n + " x " + i + " = " + n*i);
9
}
10
-
+ scan.close();
11
12
0 commit comments