Question
C++ please include source code and screenshot, thanks! Search and the Single Vector Type A local hardware store rents tools and outdoor equipment. Design a
C++ please include source code and screenshot, thanks!
Search and the Single Vector Type
A local hardware store rents tools and outdoor equipment. Design a class called rentalItem that stores the data about an item. The following information should be tracked: item id, a short description, cost per day of rental, availability, and renter id (the renter id will only be used if the item is checked out). Include appropriate constructors, mutators, and accessors. Overload the ==, operators to compare the itemid of one record to another.
Write a program that reads inventory items from a file into a vector. Once you have designed your class, implement a vector that will contain current rentals.
Implement a menu system that implements options to check out an item, return an item, and print a complete list of items including their current checked-in/checked-out status. The printed list should be displayed in order of id number.
the output should look like
101 Trencher 150.00 105 Tiller 45.00 108 Drill 35.00 103 Excavator 225.00 102 Cement-Mixer 50.00 104 Lawn-Vacuum 60.00 107 Circular-saw 55.00 106 Weed-Trimmer 40.00Step by Step Solution
There are 3 Steps involved in it
Step: 1
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