Question: Assume that, list is an array that can hold 18 integer numbers what is the value of the variable index after the instructions corresponding to
Assume that, list is an array that can hold 18 integer numbers what is the value of the variable index after the instructions corresponding to the following pseudo code are executed? What is the value of index?
Integer max = 18
Integer list (max)
Integer index = 1
While (index < = 16)
List (index) = index + 2
End While = index + 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
