Question
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 )
Answers
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
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 to accept as input names of an unspecified number of equipment rented, the name of...
Pseudocode CountPositive
integer totalPos,number
Begin loop
Input numbers
If number>0 then total...