What will the following pseudocode program display?
Module main() Declare Integer x = 1 Declare Real y = 3.4 Display x, " ", y Call changeUs(x, y) Display x, " ", y End ModuleModule changeUs(Integer a, Real b) Set a = 0 Set b = 0 Display a, " ", b End Module
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.