Question: M 4 Project Instructions A Introduction Assignment evaluates students understanding of collections, dictionaries specifically. It also requires using skills learned in previous modules Instructions: For

M4Project Instructions A
Introduction
Assignment evaluates students understanding of collections, dictionaries specifically. It also requires using skills learned in previous modules Instructions:
For this assignment, you are required to create a program that could be used by a small business that provides a small variety of office and work supplies.
The nested dictionary(three levels) below references the store inventory.
}
Notice the following
The inventory name is a dictionary named "inventory
The inventory dictionary references 3 categories "Desk Supplles", "Office Equipment" and "Computer Accessories"
that references the following
@ Quantity @ Unit Price
Instructions:
Add a main() function to the main program and create the inventory dictionary shown above in the main function. Make sure it looks like the image shown above
The purpose of this program is to allow the business owner to check and update their inventory.
Details on how the program should work is provided in link below
M4HW instructions
The program is menu driveh. Therefore, when executed, the menu below is displayed
---------Menu---------
Display Inventory Content
Category Lookup
Item Lookup
Update Item Info
Exit
It should be obvious that the program is not to stop unless the user enters 5
If user enters 1
The program is to call a function that displays the inventory content in a tabular format.
See output example below
\table[[Category,Item,Quantity,Unit Price],[Desk Supplies,Pens.,150,$3.45
 M4Project Instructions A Introduction Assignment evaluates students understanding of collections, dictionaries

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!