(Data Processing)
a. A senior engineer is paid $1700 a week, and a junior engineer, $900 a week. Write a C++ program that accepts as input an engineer's status in the character variable status. If status equals S, the senior engineer's salary should be displayed; otherwise, the junior engineer's salary should be displayed.
b. How many runs should you make for the program written in Exercise 3a to verify that it is operating correctly? What data should you input in each program run?