Consider this Java code. What is the final value of result?
result
int result = 3; result *= 2;
3
6
2
5