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

Question:

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

if department < 5 then

raise = SMALL_RAISE

else

if department < 14 then

raise = MEDIUM_RAISE

else

if department < 9 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: