compute the unit price for products sold the program should input the name and price of an item and its weight in pounds and ounces. Then it should determine and display the unit price write a pseudo code program that will allow a user to find the unit price for an unlimited number of items using a WHILE loop statement. This loop should exit when the user enters “DONE”