Computer Applications
What is the result of the following in Java statement?
int m=8;
m*=8;
System.out.println("The output =" + m);
- 8
- 64
- 16
- 88
Java Operators
33 Likes
Answer
64
Answered By
3 Likes
What is the result of the following in Java statement?
int m=8;
m*=8;
System.out.println("The output =" + m);
33 Likes
64
Answered By
3 Likes