πŸ“Š JAVA
Q. Which of the following does not compile?
  • (A) int num = 999;
  • (B) int num = 9_9_9;
  • (C) int num = _9_99;
  • (D) None of the above; they all compile.
πŸ’¬ Discuss
βœ… Correct Answer: (C) int num = _9_99;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1952
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate