Question: In Java This is the java coding part of Test 1. You MUST submit the algorithm and code in text document for full credit 1.
In Java
This is the java coding part of Test 1. You MUST submit the algorithm and code in text document for full credit 1. Write a complete program to do the following: 10 points A Java program that will prompt the user for their first name, Last name, Age, and Zip code. The program will then confirm what the user entered by displaying the user's entry. 2. Write a complete program to do the following: 40 points Sheila runs a pool service that charges by the square foot of the pool serviced. Write a java program that welomes the user by name. Then the applicaiton should allow the user to enter the length and width of the pool to be serviced and calculates the total cost. The cost per square foot is $0.17. (40 Points). Example "Shiela's Pool service! Please enter your name" "Welome (customers name here) to Shiela's Pool service!" Please enter the length of the pool : 25 Please enter the width of the pool: 15 Output example is as follows: The area to be serviced is 375.00 square feet. This job will cost $63.75 Thank you for using Shiela's Pool service
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
