Hi, im new at computer programming and i need help to do the following algorithm. The algorithm must be in both pseudocode and flowchart. Please help. Thanks!
Calculate the weekly salary of employees for a given number of hours each employee worked for the week.
The NAME and HOURS worked for each employee is entered by the user and the salary for that employee is printed before the next employee is processed.
For the first 40 hours of work, the employee is paid $20.00 per hour. For any additional hours of work above 40, the employee is paid $30.00 per hour.
The process is repeated until an employee’s name “END” is entered at which point the program terminates.