Question: Got this far, not sure how to proceed from here - in java. help would be appreciated. You have been asked to create an interactive

You have been asked to create an interactive payroll program. It will need to prompt the user for hours worked, pay-rate, and whether they are hourly or salaried, Using this information, you will calculate their gross and net pay, Your program will calculate this each time for n users, depending on the size of the company. Objectives: - Demonstrate ability to apply selection and repetition statements in Java to accomplish the tasks laid out in the problem statement. - Practice breaking down a problem statement to determine required elements. - Continue to implement the use of print statements (learned in lab 1) - Implement primitive and String types as necessary - Apply comparisons of primitive types as necessary - Apply if/else selection statements - Practice while loops - Practice using the Scanner object. - Practice working with user input - Perform repeated calculations an unknown number of times (n times) - Please do not use class (program) constants/variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
