Trace through the following pseudocode and predict the result.The result is what you get when the display step is executed.Assume Y is input as 2.
Set x = 3
INPUT Y
Set x = (x + 1) * y - x + 1
Display x + " " + y
Set x = 10
Set Y = 10
Display Y
Trace through the following pseudocode and predict the result. The result is what you get when the display step is execu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am