College faculty and staff will have salary increase based on their current salary and employment status. All fulltime faculties will receive 3% salary increase and part-time faculties will receive $500 increase. All fulltime staffs will receive 2.5% salary increase and part-time staffs will receive $300 increase. Create a C++ program to ask for employee’s current salary and employment status (faculty or staff, fulltime or part-time), calculate and display the employee’s current and new salary.
• You must use nested if / else statements in your program to solve this program.
• Repetition structure is not needed, assume the program only execute for one employee at one time.