Home Modern › Forums › ISRO › Consider the following pseudo-code What is the value of i at the end of the pseudo-code? (A) 4 Consider the following pseudo-code What is the value of i at the end of the pseudo-code? (A) 4x:=1;i:=1;while (x <= 1000)begin x:=2^x; i:=i+1;end;
(B) 5
(C) 6
(D) 7x:=1;i:=1;while (x <= 1000)begin x:=2^x; i:=i+1;end;
(B) 5
(C) 6
(D) 7
nan