Question: QUESTION 5 After the following code finishes executing, the value of the result variable is , the value of the i variable is . (Note:
QUESTION 5 After the following code finishes executing, the value of the result variable is , the value of the i variable is . (Note: use numeric values for your answer) int i=4, result=1; while(i>1) { result *= i; i--; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
