JCOKE = 3JCOKE = JCOKE + 1GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.After the execution of above statement, the control is transferred to statement number
JCOKE = 3JCOKE = JCOKE + 1GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.
Answer: Option B
Explanation:
It is a computed GO TO statement. Since J COKE = 3 + 1 = 4, the control is transferred to statement 11.