can anyone help me to explain on how to solve this question? thank you
a simple program that allows to enter the details of employees in order to prepare for their salary. The system will only need to accept the employee’s name and salary. Then the number of different denomination of notes will be shown on screen. Sample run: Record #1: Enter Employee’s Name: James Dean Enter Employee’s Salary ($): 2,564.20 Continue (Y/N)? Y Record #2: Enter Employee’s Name: Dana Miller Enter Employee’s Salary ($): 1,832.70 Continue (Y/N)? y Record #3: Enter Employee’s Name: Sorry, the name cannot be empty. Enter Employee’s Name: May Chan Enter Employee’s Salary ($): A Sorry, salary is invalid. Enter Employee’s Salary ($): 2,299.40 Continue (Y/N)? N Result Name Salary James Dean 2564.20 Dana Miller 1832.70 May Chan 2299.40 Total 6696.30