Page 1 of 1

What will be the output of the following pseudocode? Integer i Set i = 3do print i + 3 i = i - 1while(i not equals 0) en

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
What will be the output of the following pseudocode?
Integer i Set i = 3do print i + 3 i = i - 1while(i not equals 0) end while
[Note: A do-while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the given Boolean condition at the end of the block]
answers SUBSCRIPTION IS NOT FREE
DO NOT COPY FROM OTHERS
ALREADY POSTED 3 TIMES