Write pseudocode (using pascal) to accept as input names of an unspecified number of equipment rented, the name of the company, the number of days the equipment was rented for and the sales amount. The algorithm must determine the number of times each type of equipment was rented, as well as the total sales for all rentals. The algorithm should also print a list of companies that rented equipment for more than 30 days . ( Make use of arrays )
1 answer
read the cost of a meal at a restaurant. if a 10% service charge were added to the bill, write an algorithm to calculate and return the total amount on the bill