Problem

The integer variables m and n are assigned the values 3 and 8, respectively, during the ex...

The integer variables m and n are assigned the values 3 and 8, respectively, during the execution of a program (written in pseudocode). Each of the following successive statements is then encountered during program execution. [Here the values of m, n following the execution of the statement in part (a) become the values of m, n for the statement in part (b), and so on, through the statement in part (e).] What are the values of m, n after each of these statements is encountered?

a) if nm = 5 then n : = n – 2


b) if ((2 * m = n) and (⌊n/4⌋ = 1)) then n : = 4 * m – 3


c) if ((n < 8) or (⌊m/2⌋= 2)) then n : = 2* m else m : = 2 * n


d) if ((m<20) and (⌊n/6⌋ = 1)) then m : = mn – 5


e) if ((n = 2 * m) or (⌊n/2⌋ = 5)) then m : = m + 2

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 2.1