Input consists of the length and width of the yard and the


Please help in Java:

You need to use a Circle (for the flower bed) and a Rectangle (for the yard).

This program calculates the cost of putting a fence all the way around a rectangular yard AND putting sod everywhere in the yard EXCEPT for a circular flower bed.

Input consists of the length and width of the yard and the radius of the flower bed (all double and all in feet).

The cost of fencing (a constant) is $2.50 per foot and the cost of sod is $1.50 per square foot (another constant).

Fencing can only be purchased in one foot sections, and sod can only be purchased by the square foot. (Remember to use ceil)

If you use this input:

length 6.2, width 3.4, radius 1.2

Then cost of fence is $50, cost of sod is $25.5, total cost is $75.5

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Input consists of the length and width of the yard and the
Reference No:- TGS02889472

Expected delivery within 24 Hours