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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ ___
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 |
0 commit comments