Description Create an application for a party supply store based in Niagara Falls. The owner receives orders from both Canadian and USA clients. Canadian clients use metric system for their orders (meters, kilos, liters, kilometers) while USA clients use imperial system (feet, pounds, gallons, miles). • Canadian clients pay in CAD dollars and USA clients use USD The store is based in Canada and has the following initial inventory: • Ribbons - yellow, red, blue, purple, green, 20 m of each, 2 CAD/meter Candy - lemon, strawberry, raspberry, 10 kg of each, 5 CAD/kilogram Juice - orange, apple, grape, mango, 151 of each, 3 CAD/liter There is a delivery charge for every order - distance to destination in km (every km is $1 extra) Create a class Store that would keep inventory and process orders. It will use static methods of a utility class named Converter for conversion between metric and imperial systems as well as currency conversion. The application should accept orders from clients via standard input one by one. For each order the following information is required: • Client's name • Country (USA or Canada) Color of ribbon and length Type of candy and weight • Type of juice and volume • • Distance for delivery Create a class Order for recording this information. For every order pass an object of class Order to class Store for processing. The store should update its inventory after every order and present the client with the final bill in appropriate currency (including delivery charge). In case of insufficient stock for any item in the order the client will be sold the remaining stock and notified. For example, the client orders 5 lbs of lemon candy, however there are only 0.9 kg of lemon candy left in the store. The client will be billed for 0.9 kg and notified "We have only 2 lbs of lemon candy left for you order".
Description Create an application for a party supply store based in Niagara Falls. The owner receives orders from both Canadian and USA clients. Canadian clients use metric system for their orders (meters, kilos, liters, kilometers) while USA clients use imperial system (feet, pounds, gallons, miles). • Canadian clients pay in CAD dollars and USA clients use USD The store is based in Canada and has the following initial inventory: • Ribbons - yellow, red, blue, purple, green, 20 m of each, 2 CAD/meter Candy - lemon, strawberry, raspberry, 10 kg of each, 5 CAD/kilogram Juice - orange, apple, grape, mango, 151 of each, 3 CAD/liter There is a delivery charge for every order - distance to destination in km (every km is $1 extra) Create a class Store that would keep inventory and process orders. It will use static methods of a utility class named Converter for conversion between metric and imperial systems as well as currency conversion. The application should accept orders from clients via standard input one by one. For each order the following information is required: • Client's name • Country (USA or Canada) Color of ribbon and length Type of candy and weight • Type of juice and volume • • Distance for delivery Create a class Order for recording this information. For every order pass an object of class Order to class Store for processing. The store should update its inventory after every order and present the client with the final bill in appropriate currency (including delivery charge). In case of insufficient stock for any item in the order the client will be sold the remaining stock and notified. For example, the client orders 5 lbs of lemon candy, however there are only 0.9 kg of lemon candy left in the store. The client will be billed for 0.9 kg and notified "We have only 2 lbs of lemon candy left for you order".
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Need all 4 classes and also needs to show the inventory and ask the user for the right input.
Code must be written in java
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education