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
@@ -22,6 +22,7 @@ ___
22
22
| 7 |[Reversing a Number](/Basic-Java/ReverseNumber.java)| A Simple Program to reverse a number | String |
23
23
| 8 |[Binary Validation](/Basic-Java/ValidateBinary.java)| A Program which checks if the Input String is a Binary Number or not | Modulus |
24
24
| 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 |
25
+
| 10 |[ASCII Value Of Character](/Basic-Java/AsciiOfCharacter.java)| A Program to find ASCII Value of a Character entered. | TypeCasting |
0 commit comments