Question
In JAVA use JOptionPane (not Scanner) Write a method called calcWage which takes two parameters: Hours worked Hourly Rate calcWage will return the amount needed
In JAVA
use JOptionPane (not Scanner)
Write a method called calcWage which takes two parameters:
Hours worked
Hourly Rate
calcWage will return the amount needed to be paid, by multiplying the hours worked by the hourly rate.
Write a main method that asks the user for the number of hours they worked on 3 different days and their daily rate. Call calcWage to calculate the total wage. Use String.format to format the output. Use a LOOP!
Add documentation comments to your methods and generate the Javadoc. Attach a screenshot of the Javadoc for your method.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started