The owner of a small Advertising Agency has three employees. These employees get 50 USD for one working hour. They get 500 USD allowance for any good deal they gain. The owner needs a program to help him to compute his employees’ salaries. As you know, you have learned until now some programming techniques that make you able to build this program. Therefore write a program that allow the user to enter the following information (employee name, daily working hours, the amount of the allowance, absent days)
The program should compute the monthly salary for each employee and display it in a table form
The output might look like

http://imagecloset.com/uimages/rgh1175871278r.jpg

Note: The program must read the information for the three employees Read the employee name using either the gets() or the cin.getline statement