Program Requirements: You will be creating a structure to hold information on products in a store inventory. In main(), you will create a single product object, read in its attributes and then echo its attributes back to the screen.
The product structure must have the following attributes:
The output should resemble the following (the user input is in blue font face):
Enter product name: red ball Enter product description: A small red spherical toy. Enter UPC code: 12497438956 Enter quantity in stock: 15 Product Information is: Name: red ball UPC: 12497438956 Stock: 15 Description: A small red spherical toy.Name your code lab9.cpp and email your completed code to me.