Hi all,
I need program that has the following:
a) Create a structure that represents the product in the inventory.
b) Insert 5 different product details into the inventory.
c) Display the name of the most expensive product
and the main information is:
Product ID: 5 characters
Product Name: 50 characters
Price : float
Description: 80 characters.
Amount in stock: integer
Thank you very much