If an integer variable 'diameter' currently holds the value 5, what is its value after the following statement is executed? Explain.
"Question 302: What value is contained in the integer variable 'result' after the following sequences of statements is executed?
result = 27;
result = result + 3;
result = result / 7;
result = result * 2;