Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Project Description: You work is to design and implement an application using Java Script, to be used to calculate the shipping cost of

1. Project Description: You work is to design and implement an application using Java Script, 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: and weight of .2- Mouse which has a box size: and weight of .3- Desktop which has a box size: and weight of .4- LCD screens which has a box size and weight of . You have at the same time 2 different shipping options: 1- Small Container with height, wide, and length. 2- Big Container with height, wide, and 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 or less, and 1200 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: 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 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 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 to - Add products details - Read the order. - Print the results. 3. The Solution condition The 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. Use Eclipse IDE for Java development to solve this question

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

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions