Make a JAVA program where it computes the monthly wage of employee, prompt the user to enter a number of hours worked, hourly pay, over time factor, then your program should calculate the employee...


I WANT #3 THE FLOW CHART ONLY


Make a JAVA program where it computes the monthly wage of employee,<br>prompt the user to enter a number of hours worked, hourly pay, over time<br>factor, then your program should calculate the employee total wages. The<br>program should also deduct 10% tax rate. Make sure your program can<br>calculate the over time and regular wages if number of hours are great than<br>40 hours. Use 1.5 for over time factor. Input comments showing declarations<br>and description of your variables.<br>Output should look like:<br>Enter the number of hours worked:<br>Enter your hourly pay:<br>Your total income is<br>- (10% tax) = ,<br>1. Create a pseudocode first of your program.<br>2. Input the corresponding source code.<br>3. Make a flowchart of your program.<br>

Extracted text: Make a JAVA program where it computes the monthly wage of employee, prompt the user to enter a number of hours worked, hourly pay, over time factor, then your program should calculate the employee total wages. The program should also deduct 10% tax rate. Make sure your program can calculate the over time and regular wages if number of hours are great than 40 hours. Use 1.5 for over time factor. Input comments showing declarations and description of your variables. Output should look like: Enter the number of hours worked: Enter your hourly pay: Your total income is - (10% tax) = , 1. Create a pseudocode first of your program. 2. Input the corresponding source code. 3. Make a flowchart of your program.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here