write a program in Java to enter a character and check whether it is upper case ,lower case, digit or a space character
Answers
Answered by
0
Answer:
your answer is here
Explanation:
Java Program to Check if given Alphabets are Uppercase or Lowercase or Digits
1 import java.io.BufferedReader;
2 import java.io.IOException;
3 import java.io.InputStreamReader;
4 public class Alphabet_Check.
5 public static void main(String args[]) throws IOException.
Similar questions