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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 20:50, Lydiac9243
Write a method in the heapintpriorityqueue class called merge that accepts another heapintpriorityqueue as a parameter and adds all elements from the other queue into the current queue, maintaining proper heap order such that the elements will still come out in ascending order when they are removed. your code should not modify the queue passed in as a parameter. (recall that objects of the same class can access each other's private fields.)
Answers: 2
image
Computers and Technology, 23.06.2019 03:50, nakeytrag
Iam a bacterium. i cause stomach cramps and diarrhea. i am caused by eating rotten foodssuch as chicken, fish, or eggs. sometimes turtles carry my bacteria. what am i?
Answers: 2
image
Computers and Technology, 23.06.2019 14:00, allison9746
Need ! will choose brainliest! discuss the role of abstraction in the history of computer software.
Answers: 1
image
Computers and Technology, 25.06.2019 08:20, misslux
The internet backbone is a foundation network linked with
Answers: 1
You know the right answer?
CS 400 Assignment 2: applying ArrayListIn this assignment, you are going to build a program that can...

Questions in other subjects: