Answered You can hire a professional tutor to get the answer.

QUESTION

Rewrite the following pseudo code using a For loop instead of the While loop shown as follows:

Rewrite the following pseudo code using a For loop instead of the While loop shown as follows:Set Number = 1While Number <=10Input ResponseWrite ResponseSet Number = Number + 1End While

for(number=1;number&lt;=10;number++) input response write response end for
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question