You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ ___
25
25
| 9 |[Prime Number Checker](/Basic-Java/PrimeNumberChecker.java)| A Program to check if the entered number is a Prime Number or not. | if/else, for loops |
26
26
| 10 |[ASCII Value Of Character](/Basic-Java/AsciiOfCharacter.java)| A Program to find ASCII Value of a Character entered. | TypeCasting |
27
27
| 11 |[Generate Random Number](/Basic-Java/RandomNumberGeneration.java)| A Program to generate Random Number, Also to generate Random Number between a Range. | Math.random() function |
28
-
| 12 |[Factorial](/Basic-Java/Factorial.java)| A Program to find Factorial of an Integer. | while loop |
28
+
| 12 |[Factorial](/Basic-Java/Factorial.java)| A Program to find Factorial of an Integer. (For limit = 20) | while loop, long |
29
+
| 13 |[Factorial for Bigger Integers](/Basic-Java/BigFactorial.java)| A Program to find Factorial for an integer value up to 200. | while loop, BigInteger |
0 commit comments