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
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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!