Answer to Question #49032 in Java | JSP | JSF for Ash

Question #49032
1. Write a JAVA program that will input Employee Name, Rate per hour, No. of hours worked and will compute the daily wage of an employee. If the number of hours worked exceeds eight hours add 30% to each excess hours as overtime rate. Formula: Daily Wage = Rate per hour * No. of hours worked + OT pay
2. Create a JAVA program that will input a student name, course, student grade in quiz, seatwork, laboratory exercises, assignment and prelim exam. Compute and output the Prelim Grade. Prelim Grade = Quiz * 25% + Seatwork * 10% + lab. Exercise * 20% +
Assignment * 5% + Prelim Exam * 40%
3. Create a JAVA program that will input a value of measure in inches and output its equivalent in measure feet. Conversion Factor: 12 inches = 1 foot
4. Create a JAVA program that will input an integer and output its square and cube;
Example: 52 = 25 53 = 125
Input an integer: 5 <enter>
The square of a 5 is 25
The cube of 5 is 125
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
26.02.19, 14:03

Dear visitor, please use panel for submitting new questions

Dars
26.02.19, 14:01

Can you give me the sample code of question number 2?

Assignment Expert
20.11.14, 19:15

Dear visitor, please use panel for submitting new questions

Folah
20.11.14, 09:13

2. Create a JAVA program that will input a student name, course, student grade in quiz, seatwork, laboratory exercises, assignment and prelim exam. Compute and output the Prelim Grade. Prelim Grade = Quiz * 25% + Seatwork * 10% + lab. Exercise * 20% + Assignment * 5% + Prelim Exam * 40%

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS