Question
Write a program that displays a page that displays a series of buttons: Enter inventory, Display inventory, Item lookup and Exit. When you press a
Write a program that displays a page that displays a series of buttons: Enter inventory, Display inventory, Item lookup and Exit. When you press a button, it should take you to a new screen.
For enter inventory, it accepts user input for a grocery store. It should accept the name of the item number, brand, item, price, quantity and measurement units (each, pounds, ounces). In other words, is quantity represented as a count, represented as each, or is it a measurement, by pound or ounce. This should be drop down menu. Once the item has been entered, you press the add button and it should store the item in an array.
Display inventory should display a table of all items in inventory.
Item lookup should allow you to enter either the item number or the item name and look up all items in inventory with that item name and display it to the screen.
Exit should close the program.
Your help is appreciated.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
include include include include include include include include using namespace std global variable declaration int k 7 r 0 flag 0 COORD coord 0 0 void gotoxyint x int y COORD coord coordX x coordY y ...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