What is the final value of result in the following Java code?
result
int result = 4 + 8 * 2 / 4;
12
8
6
4