Help please


The US Army is interested in keeping track of where various pieces of equipment and being stored and whether or not the equipment is ready for use. To demonstrate your system design you need to show them how you can store information about each piece of equipment, retrieve that information and make updates as needed. The program is to be developed in C++ using classes. Each piece of equipment will have the following attributes: Serial Number, Description, Date of Manufacture, Price, Quantity, Unit, Location, Availability, and Condition. The condition values will be:

A – available
I – in service
N – needs repair
L – lost/missing/stolen

The condition values will be

0 – NA (not available)
1 – poor
2 – fair
3 – good
4 – excellent
5 – new

If the equipment is missing then you need to indicate that you do not know the condition so it will be marked as 0 – NA.

The program should allow you to enter either a Serial Number or a Description in order to display the information about the particular item. Remember you might need to search for parts of a description. You may return more than one item when you search by description. Serial numbers will be unique. You don’t need to check for that, just make certain that keep up with the serial numbers that you have used.
Please don't crosspost the same question to different forums. Especially to forums such as this one where they are off topic.
Topic archived. No new replies allowed.