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