A

Admin • 828.70K Points
Coach

Q. Which of the following declarations does not compile?

  • (A) double num1, int num2 = 0;
  • (B) int num1, num2;
  • (C) int num1, num2 = 0;
  • (D) int num1 = 0, num2 = 0;
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.