A
Q. Find the output of the following code.
Code:
Public class Solution{
Public static void main(String… argos){
Int x = 5;
x * = (3 + 7);
System.out.println(x);
Public static void main(String… argos){
Int x = 5;
x * = (3 + 7);
System.out.println(x);
- Correct Answer - Option(A)
- Views: 13
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.