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