Honeybee
Newbie level 5
c++ inventory
Hi
I was required to write a program to keep track of inventory for a farm.
It entails the following:
1.We are required to use structures to store the name and quantity of each animal.
2. Allow the user to input a new animal (in alphabetical order) using the find function.
3. Change the quantity of animals
4. Print out the entire inventory with the names left aligned and the quantities right aligned.
The basis of the program uses a typical Menu.
I'm short on time. Do you have any suggestions or know anyone or any website that will provide detailed info?
Thanks
Hi
I was required to write a program to keep track of inventory for a farm.
It entails the following:
1.We are required to use structures to store the name and quantity of each animal.
2. Allow the user to input a new animal (in alphabetical order) using the find function.
3. Change the quantity of animals
4. Print out the entire inventory with the names left aligned and the quantities right aligned.
The basis of the program uses a typical Menu.
I'm short on time. Do you have any suggestions or know anyone or any website that will provide detailed info?
Thanks