With the code provided, Do not use other code such as STL containers. Modify this program to store product objects as used in previous practicals and the assignment instead of integers. Include a function to input product data from the keyboard in the product class (similar to the readRecord() function). Also add a non class function to display the list contents.
Include a separate search function (search on the name of the product) which returns the position in the list of the item if found (-1 if not found). 1 mark Setup a menu to access the different functions such as: