In the following pseudocode, what percentage raise will an employee in Department 10 receive? if department <

Question:

In the following pseudocode, what percentage raise will an employee in Department 10 receive?

if department < 2 then

raise = SMALL_RAISE

else

if department < 6 then

raise = MEDIUM_RAISE

else

if department < 10 then

raise = BIG_RAISE

endif

endif

endif


a. SMALL_RAISE

b. MEDIUM_RAISE

c. BIG_RAISE

d. Impossible to tell

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: