Question: Write in Java and leave comments as well, Thank you! Write the program for the company X which wants to calculate the average and total
Write in Java and leave comments as well, Thank you!
Write the program for the company X which wants to calculate the average and total number of hours each employer spent on Y project during the week. Print out the information in the following format:
Name Hours
------------------------------
Ethan 41
Lucas 60
Liam 55
Olivia 42
Isla 58
------------------------------
Total ???
Average ???
Note: The value of Average field should have a type float. Other values have int type.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
