Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your significant other has had a flash of inspiration - the world needs another inventory management program! You agreed to write it for them
Your significant other has had a flash of inspiration - the world needs another inventory management program! You agreed to write it for them because love is indeed blind. Table 1 has the minimum fields you will need to output as well as the validation rules for Specifica- tion B4. Field Name Item Id Number Quantity at Hand Wholesale Cost Retail Cost Date Added to Inventory Validation Rules 5 digits only Cannot be negative Cannot be negative Increase Wholesale Cost by random 10%-50% Use system date. Requirements. Do not optimize for computer performance. Global variables in any form are forbidden. This includes #define statement's, too. You can, and should, put classes and structs right under your include statements and using namespace std; statement. You cannot use any data structures from the standard template library. No or or anything like that. You can use C-Style arrays, however. You can also build your own dynamic memory structures. Style guide elements apply: comments, layout, Program Greeting, Source File Header, and variables etc. etc.
Step 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