Question: Can you please explain how to get these values? 40. What would be the value of bonus after the following statements are executed? int bonus,
40. What would be the value of bonus after the following statements are executed? int bonus, sales = 75000; char dept = 's: if (sales > 100000) if (dept = 'R") bonus = 2000; else bonus = 1500; else if (sales > 65000) if (dept 'S') bonus = 1250; else bonus = 1000: else bonus = 0; bonus =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
