In the following pseudocode, what percentage raise will an employee in Department 5 receive?
if department < 3 then raise = SMALL_RAISE
else if department < 5 then raise = MEDIUM_RAISE
el se raise = BIG_RAISE endif endif
a. SMALL_RAISE
b. MEDIUM_RAISE
c. BIG_RAISE
d. impossible to tell
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.