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

1 Expert Approved Answer
Step: 1 Unlock

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

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!