πŸ“Š JAVA
Q. Find the output of the following code
Code:
int Integer = 24;
char String  = ‘I’;
System.out.print(Integer);
System.out.print(String);
  • (A) Compile error
  • (B) Throws exception
  • (C) I
  • (D) 24 I
πŸ’¬ Discuss
βœ… Correct Answer: (D) 24 I

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
288
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Chandrakant
Publisher
πŸ“ˆ
88%
Success Rate