subject

CS 400 Assignment 2: applying ArrayListIn this assignment, you are going to build a program that can help rental car companies to manage their rental fleet. Requirement:- build ArrayList class as container.- build Car class/structure to represent car objects.- An ArrayList object is to hold Car objects. Car class should have following fields: - id (int)- make (string)- model (string)- color (string)Instructions: - make up 15 cars and save them into a file: cars. data- load these cars' info from the file, initialize 15 Car objects, place them into the Arraylist- if new cars are added by user, they should be appended to the cars. data file when exiting the program- design a menu based user interface that allows following operations:-- search by id-- search by make-- search by model-- search by color-- add a new car (new car id cannot be same as existing ones)-- delete an existing car by id-- list all cars-- exit the programGrading: - compilable and meaningful attemps: 30 points. - functionality: 60 points (ArrayList 10p, Car 10p, file io 10p, menu functions 30p)- comments and indentation: 10 points. Submission: - submit related .h files, .cpp files and cars. data via blackboard. Do not forget to submit cars. data!

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:10
For each of the following claims, determine whether they are true or false. justify your determination (show your work). if the claim is false, state the correct asymptotic relationship as o, θ, or ω. unless otherwise specified, lg is log2.(a) (b) (c) (d) (e) (f) (g) (h) (i) (j)n+1 =22n =2n =1 =ln2 n =n2 +2n−4 =33n = 2n+1 =√n = 10100 =o(n4) o(2n)θ(2n+7 ) o(1/n)θ(lg2 n) ω(n2 )θ(9n ) θ(2n lg n )o(lg n) θ(1)
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Type the correct answer in the box. spell all words correctly. the managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an
Answers: 1
question
Computers and Technology, 23.06.2019 15:10
What role did women fill during world war ii?
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Janice recently received her college degree and is looking for a job. she is worried that since she just finished school, she will be required to repay her perkins and direct subsidized loans immediately. janice pulls out the paperwork she signed and reviews it again for repayment information. after reading all of the information, janice discovers that
Answers: 2
You know the right answer?
CS 400 Assignment 2: applying ArrayListIn this assignment, you are going to build a program that can...
Questions