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
To tackle this problem we will be designing a simple console application using a programming language of your choice eg Python Java C etc For this exa... View full answer
Get step-by-step solutions from verified subject matter experts
