Help with Java assignment, please. I can't get the
expected output correct.
EVERYONE I ASKED IS GIVING ME THE WRONG
OUTPUT. PLEASE DON'T ANSWER IF YOU CAN'T GET THE
EXPECTED OUTPUT. Thanks!
Design and construct a complete program for Gene's Green. Use
the methods that you created in the previous Individual
Assignments.
Additional Methods
You may also find it helpful to design and write some additional
methods to do each of the following:
Each of the methods described in the list above could call one
or more of the methods you already wrote (e.g. areaOfRectangle,
areaOfCircle, etc.) as helper methods to compute some needed
values.
You will also need to implement the code necessary to collect
and store the program inputs. Then you will need to implement the
code that will call your methods to compute all the required
program outputs. Finally, you will need to implement the code to
print out a nicely formatted report with all of the information
that Gene needs.
Here are some examples of what Gene should see when he runs your
program.
Example of expected output 1
Example of expected output 2
Make sure that your program collects the two required inputs in
this order:
Helpful Hints:
More details:
Problem Description and Given Info
Gene's Green Golf Center is remodeling their golf course, and
has hired you to help write a program that will be used to
determine what materials will be needed to complete the project.
There are 18 holes on the golf course, but Gene likes to keep
things simple, so every hole looks very similar. A typical Hole at
Gene's Green Golf Center looks like the image below - only the
length and width change
Given the length and width of a hole (in yards), Gene needs to
know the following:
The program should take, as inputs from the user, the length and
the width of a hole (both in yards). The program should then
perform all necessary calculations and produce a tidy report with
all of the required information regarding materials needed to
construct the hole.
Exit Trail Width Brick Retaining Wall Bushes 00 000000000 Putting Green Sand Trap Rough Sod Smooth Sod Length ne Smooth Sod Tee Entry Trail
Help with Java assignment, please. I can't get the expected output correct. EVERYONE I ASKED IS GIVING ME THE WRONG OUTP
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am