86 Likes
11,10
Answered By
11 Likes
What is the result of the following in Java statement?
int m=8; m*=8; System.out.println("The output =" + m);