R
Q. What is the output of: System.out.println(10 + 20 + "30")?
Code:
System.out.println(10 + 20 + "30");
- Correct Answer - Option(D)
- Views: 5
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.