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 e1f83a0 commit a03f08dCopy full SHA for a03f08d
18.3_FactorialCalculator/src/FactorialCalculator.java
@@ -20,4 +20,4 @@ public static void main(String[] args)
20
for (int counter = 0; counter <= 21; counter++)
21
System.out.printf("%d! = %d\n", counter, factorial(counter) );
22
}
23
-}
+}
0 commit comments