Consider the following pseudocode:
x:=1; i:=1; while (x ≤ 500) begin x:=2x ; i:=i+1; end
What is the value of i at the end of the pseudocode?
Answer: B
No answer description available for this question.