Question: What is the result of executing following code? n = 0 ; count = 0 ; while n 1 0 if n 5 n =

What is the result of executing following code?
n=0;
count =0;
while n10
if n5
n=n+1
else
n=n+2;
end
count = count +1
end
disp (count) ;
A)11
B)10
D)7
E)11
 What is the result of executing following code? n=0; count =0;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!