Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write the program using JAVA This programming project is to implement a simple online car buying system such as Carvana that sells cars to its
Write the program using JAVA
This programming project is to implement a simple online car buying system such as Carvana that sells cars to its customers. The administrator is able to register their cars for sale and the registered customers can buy cars. The system needs to keep track of cars and customers information. This online car buying system should be developed with JAVA programming language. Your program must provide the following functions as below: a. Register Car (10 points) Add a new car with the following information to the car list. (Note: You may add additional information for your implementation) 1. Car Registration ID 2. Make & Model: Kia-Sorento, Ford-F150, etc. 3. Body Type: Sedan, SUV, Truck, etc. 4. Year & Mileage: 2020-45000, 2015-100000, etc. 5. Color: Black, Blue, Gray, Silver, etc. 6. Price b. Unregister Car (10 points) Remove the existing car from the car list c. Register Customer (10 points) Add a new customer with the following information to the customer list. (Note: You may add additional information for your implementation) 1. Customer ID 2. Customer Name 3. Customer Address 4. Customer E-mail Address 5. Customer Phone Number d. Unregister Customer (10 points) Remove the existing customer from the customer list e. Buy Car (20 points)
Step by Step Solution
★★★★★
3.43 Rating (150 Votes )
There are 3 Steps involved in it
Step: 1
First let us discuss about the outline how this code is going to be 1Car class Properties include Registration id make and model body type year and mileage color and price Methods include Constructor ...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