Question
Write pseudocode 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 )
Answers
Related Questions
Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The
criteri...
Develop an algorithm or write a pseudo-code that accepts as input the names of an unspecified number...
Write pseudocode (using pascal) to accept as input names of an unspecified number of equipment rente...
A company rents riding equipment for a fixed amount plus a fee based on the number of days for which...