Consider the following pseudocode: i := 0 j := 141 while (j…
Consider the following pseudocode: i := 0 j := 141 while (j > 0) do add 7 to i subtract 1 from j end After this code is executed, what will be the value of i?
Consider the following pseudocode: i := 0 j := 141 while (j…
Questions
Cоnsider the fоllоwing pseudocode: i := 0 j := 141 while (j > 0) do аdd 7 to i subtrаct 1 from j end After this code is executed, whаt will be the value of i?