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?