Last Updated: 09 July, 2022
On this page, we are going to learn how to check whether the character is alphabet or not using a simple Java programme.
See the given examples below:
Output
S is an alphabet character
@ is not an alphabet character
7 is not an alphabet character
j is an alphabet character
Output 1 :
Enter the character: S
S is an alphabet character
Output 2 :
Enter the character: 7
7 is not an alphabet character
Output 3 :
Enter the character: #
# is not an alphabet character
That's all guys, hope this Java Program is helpful for you.
Happy Learning... 😀
feedback@javabytechie.com