πŸ“Š JAVA
Q. What will be the output of the following Java program?
class Output
{
public static void main(String args[])
{
char a = (char) 98;
a = Character.toUpperCase(a);
System.out.print(a);
}
}
  • (A) b
  • (B) N
  • (C) B
  • (D) C
πŸ’¬ Discuss
βœ… Correct Answer: (C) B

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
95
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
94%
Success Rate