Develop a program that adds a set of product details. Each product has id, name, unitsInStock, and price. The program has to implement the following functionality, Implement using generic list
Add product
Change units in stock and price of a product by id
Delete product by id
View all the products
Search products whose price above a specified value(if the user enters 100 then display all the products where price is above 100)
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-44781.pdf
Comments
Leave a comment