Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project Description: You work is to design and implement an application using Java, to be used to calculate the shipping cost of the products from
Project Description:
You work is to design and implement an application using Java, to be used to calculate the shipping cost of the products from China to Germany in regular bases, You have several products to be shipped:
Laptop which has a box size: and weight of
Mouse which has a box size: and weight of
Desktop which has a box size: and weight of
LCD screens which has a box size xx and weight of
You have at the same time different shipping options:
Small Container with height, wide, and length.
Big Container with height, wide, and length.Where:
The shipping cost for big container is Euro whatever the shipment weight is
The shipping cost for small container Euro for or less, and Euro for weight more than
Write a program that calculate the best shipping methods according to your regular shipping products Whatever number of the products that you have
The program must read from user the order information for example: Lap, Mouse, Desktop, LCD screen, then calculate the best shipping methods according to less price, for example big container, or big containers, or big container and small container, According to maximum volume of the shipment and the total shipment weight
PS: the shipment will have to be fit exactly to the containers
Solution Steps:
Please follows the following steps during the solution:
A In Package items create a class Item that has:
Constructors.
Getter and setters.
Calculate Volume Method.
Print item info.
B In the containers package create Container method that has.
Constructors.Getter and Setters.
Calculate Volume.
Print container info.
C In the methods package create method Calculation that used to perform all the needed calculations, which has at least the following methods:
The totalVolume method,
The totalWeight method,
The bestShipping method,
The hippingPrice method,
The addltems method,
The addOrder method,
The printltem method to print items information's,
The printOrder method to show order information's and price,
D Create Test main static methods to
Add products details
Read the order.
Print the results.
The Solution condition
The solution must has the following teaches Not following the following condition you will have penalties of each points:
Base on OOP, no static methods are allowed, except of Lambda Function if needed. points penalty
All variables must be private, point penalty
Uses inheritance, and abstract in the solution points penalty Uses Array or list to save the shape of the items, item object points penalty
Uses Array or list to save the order information. Numbers of items points penalty
Not following the package structures Please uses the correct package and class names as shown above. Points penalty
UTF character coding point penalty
Please save Java program that:
Create a project called YourNameHW, please uses your first name and last name.
Write your name in the code as comment.
Report The Solution
Please write a Java program that contained the following information you include in your reports the following points:
You can add any other methods, classes that you see necessary to show your work for example nice printing, entering data,
Write comments to explain your program in correct ways.
You can uses lists or arrayList.
Notes:
This home work is individual each student has to submit herhis solution within the time frame, any failed of submission in the deadline, he will get zero Please save your homework src directory only in compressed file like: YourNameHW.zip
Please submit your homework as zip file before June : PM using the team upload link in MsTeam account, any submission by email later submission will be counted sorry.
Nonworking program or fail in submission on time will get zero.
Any copy of the home work will cause failing the course, it is individual work so do it along.
Please upload you report or the file in the assignment under your name in MsTeam.
Please do not send any questions after : and in holydays, or day off, thank you.
Some notes: my name is yuliia ruda. Please wrute a compleately finished code, with a name, with all data, so that i can just copy it and be able to immediately send it to the professor.
Everything should be ready
Also, we work in the Eclipse, so write it correct with step by step
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started