Question: 1. suppose you have this coding in your program: if sales > 500 then bonus = 10 end if what happens if the value of
1. suppose you have this coding in your program:
if sales > 500 then bonus = 10
end if
what happens if the value of sales is currently 400
a. the value for sales changes to 0
b. the value for bonus stays the same as when the procedure started
c. the value of bonus changes to 10
2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
