Write an algorithm to create a customer’s bill for a company. The company sells only five different products. TV, VCR, Remote Controller, CD Player, Tape Recorder. The unit prices are P$400, $220, $35, $280 and $90 respectively. The algorithm must read the quantity of each piece of equipment purchased from the keyboard. It the calculates the cost of each item, the subtotal, and the total cost after an 8% sales tax.