Prompt the user for the length and width of a


Write an application for a lawn-mowing service. The lawn-mowing season lasts for 20 weeks. The weekly fee for mowing a lot less than 400 square feet is $25. The fee for a lot that is 400 square feet or more, but fewer than 600 square feet, is $35 per week. The fee for a lot that is 600 square feet or over is $50 per week.

Prompt the user for the length and width of a lawn, and then print the weekly mowing fee, as well as the 20-week seasonal fee. Save the class as Lawn.java.

To the Lawn class, add a prompt that asks the user whether the customer wants to pay

(1) Once,
(2) Twice, or
(3) 20 times per year.
If the user enters 1 for once, the fee for the season is simply the seasonal total.
If the user requests two payments, each payment is half the seasonal fee plus $5 service charge.
If the user requests 20 separate payments, add a $3 service charge per week.
Display the number of payments the customer must make, each payment amount, and total for the season.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Prompt the user for the length and width of a
Reference No:- TGS0924220

Expected delivery within 24 Hours