Answer:
manufacturing
improving
customer care
transportation
human resource management
Explanation:
business communication use technology to improve their services or products as a way of gaining competitive advantage.
Answer:
Option (B) i.e., 500 is the correct option to the following question.
Explanation:
The following option is correct because here, firstly they defined two integer data type variable i.e., "bonus" and "sales" and assign value to the variable "sales" i.e., 6000 then, the set the if-else if statements to check the "bonus" and pass conditions is if the sales is less than 5000 then bonus is equal to 200 otherwise if the sales is less the 7500 then bonus is equal to 500 otherwise if the sales is less the 10000 then bonus is equal to 750 otherwise if the sales is less the 2000 then bonus is equal to 1000 otherwise bonus is equal to 1250.
So, according to the following conditions sales is less than 7500 because sales is equal to the 6000 that's why the following option is correct.