Answered You can hire a professional tutor to get the answer.

QUESTION

Chapter 1 Exercise 2 Welcome already . (Display five messages ) Write a program that displays Welcome to Java five times. INPUT and PROMPTS. None....

Chapter 1 Exercise 2Welcome already . (Display five messages ) Write a program that displays Welcome to Java five times.INPUT and PROMPTS. None.OUTPUT . The output should be five lines of the above-described welcome message .CLASS NAMES. Your program class should be called WelcomeTimes5Capter 1 Exercise 12AVERAGE SPEED. (Average speed in kilometers) Assume a runner runs 24 miles in 1 hour, 40 minutes, and 35 seconds. Write a program that displays the average speed in kilometers per hour. (Note that 1 mile is 1.6 kilometers.)INPUT and PROMPTS. None.OUTPUT . The output should be a single number as described above.CLASS NAMES. Your program class should be called AvgSpeedChapter 2 Exercise 3Going METRIC.(Convert feet into meters) Write a program that reads a number in feet, converts it to meters, and displays the result. One foot is 0.305 meters.INPUT and PROMPTS.The program prompts for the feet with the message "Enter a value for feet: ".OUTPUT . The output is of the form "x feet is y meters" where x is the number read in and y is the number of meters computed by the program .CLASS NAMES. Your program class should be called FeetToMetersChapter 2 Exercise 25PAYROLL.(Financial application: payroll) Write a program that reads the following information and prints a payroll statement :Employee's name (e.g., Smith)Number of hours worked in a week (e.g., 10)Hourly pay rate (e.g., 6.75)Federal tax withholding rate (e.g., 20%)State tax withholding rate (e.g., 9%)INPUT and PROMPTS. The program prompts for a single string (the name ) with: "Enter employee's name : ". The it prompts for the hours, pay rate, federal and state witholding rates with these prompts: "Enter number of hours worked in a week: ", "Enter hourly pay rate: ", "Enter federal tax withholding rate: ", "Enter state tax withholding rate: ".OUTPUT . The output should be as follows:Employee Name : x1Hours Worked: x2Pay Rate: x3Gross Pay: x4Deductions:Federal Witholding (x5%): x6State Witholding (x7%): x8Total Dedduction: x9Net Pay: x10where the various place-holders x1. . . x10 are the quantities read in or calculated by the program . ALSO: monetary quantities must be preceded by a "$" and be calculated rounded down to the nearest penny.CLASS NAMES. Your program class should be called Payroll Additional Requirements Level of Detail: Show all work

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question