Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Type mismatch: cannot convert from int to byte
at MainClass.main(MainClass.java:5)
B.
The two operands are converted to ints before the multiplication.
The result of the multiplication is an int.