char ch= '\u0000'; if(ch=='A' || ch=='a') System.out.println("FIRST ALPHABET A"); System.out.println("VOWEL"); else System.out.println("NOT THE FIRST ALPHABET");
Answers
Answered by
1
Explanation:
char ch= '\u0000'; if(ch=='A' || ch=='a') System.out.println("FIRST ALPHABET A"); System.out.println("VOWEL"); else System.out.println
Similar questions
Math,
2 months ago
English,
2 months ago
Science,
5 months ago
Physics,
11 months ago
Psychology,
11 months ago