Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Kindly read and follow the intructions before starting or solving the work. Project Description:You work is to design and implement an application using Java, to

Kindly read and follow the intructions before starting or solving the work.
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:1- Laptop which has a box size: 60x50x50 cm and weight of 6.5 kg.2- Mouse which has a box size: 30x30x20 cm and weight of 200 g.3- Desktop which has a box size: 100x150x50 cm and weight of 20 kg.4- LCD screens which has a box size 120x140x 80 cm and weight of2.6kg.You have at the same time 2 different shipping options:1- Small Container with 2.59m height, 2.43m wide, and 6.06m length.2- Big Container with 2.59m height, 2.43m wide, and 12.01m length.Where: The shipping cost for big container is 1800 Euro whatever the shipment weight is.The shipping cost for small container 1000 Euro for 500 kg or less, and 1200 Euro for weight more than 500kg.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: 100Lap, 200 Mouse, 150 Desktop, 200 LCD screen, then calculate the best shipping methods according to less price, for example (1 big container, or 2 big containers, or 1 big container and 1 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).2. 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 hasConstructorsGetter 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 hipping Price method,The additems method,The addOrder method,The printItem method to print items information's,The printOrder method to show order information's and price,D. Create Test main static methods toAdd products detailsRead the order.Print the results.3. The Solution conditionThe solution must has the following teaches (Not following the following condition you will have penalties of each points):1- Base on OOP, no static methods are allowed, except of Lambda Function if needed. (10 points penalty)2- All variables must be private, (4 point penalty)3- Uses inheritance, and abstract in the solution (4 points penalty).4- Uses Array or list to save the shape of the items, (item object)(2 points penalty).5- Uses Array or list to save the order information. (Numbers of items)(2 points penalty).6- Not following the package structures (Please uses the correct package and class names as shown above. (2 Points penalty).7- UTF 8 character coding (1 point penalty).Please save Java program that:1- Create a project called YourNameHW, please uses your first name and last name.2- Write your name in the code as comment.4. Report The SolutionPlease write a Java program that contained the following information you include in your reports the following points:1. You can add any other methods, classes that you see necessary to show your work for example (nice printing, entering data, ..)2. Write comments to explain your program in correct ways.3. You can uses lists or arrayList.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions