Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Java Programming, Comprehensive Version

Authors: Y. Daniel Liang

10th Edition

133761312, 978-0133761313

More Books

Students also viewed these Programming questions

Question

design a decision package to aid in fiscal priority setting

Answered: 1 week ago