Question: What will be the exact output when the following pseudocode is executed count = - 2 jj = 16 while (jj > 0) kk =
What will be the exact output when the following pseudocode is executed count = - 2
jj = 16 while (jj > 0) kk = 1 while ( kk < = 7) if (kk equals jj0 ) count =count+1 kk = kk + 1 end while jj =jj - 2 end while Display " count=" + count
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
