Question: Delivery Service Programming 1 . Create a Java class, Delivery 1 . java for a delivery service. The program should prompt the user for the
Delivery Service Programming
Create a Java class, Deliveryjava for a delivery service. The program should
prompt the user for the following inputs.
A code representing the delivery area. A local delivery is code and a long
distance delivery is code
A weight, in pounds of the item to be delivered.
The program will then display the fee for the item based on the delivery type and
its weight.
The fee for the delivery, as follows:
Distance Weight Fee $
Under pounds
to pounds
Over pounds
Under pounds
pounds or more
For example:
Create Deliveryjava by modifying the Deliveryjava so that it repeats the
whole task for times.
For example:
Create Deliveryjava by modifying the Deliveryjava so that the program will
prompt to ask the user whether the user would like to continue or not.
For example:
Create Deliveryjava by modifying the Deliveryjava so that the program will
also compute the followings and display the results at the end of the program.
Total amount and fee of local delivery items
Total amount and fee of long distance delivery items
Total fee of delivery services
For example:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
