Design a pseudocode-only algorithm using dowhile


Design a pseudocode-only algorithm using dowhile loops/trailer record logic/end-of-file logic etc. to prepare a report of real estate sales and commissions. Input consists of a series of records that contain the address, city, and selling prices of houses that have been sold during the month, and the percentage used to compute the commission that the real estate company received for the sales. Output is to consist of a real estate sales and commissions report that will contain the address, city, selling price, and commission paid for each of the houses. After all records have been processed, the total number of houses sold, the total selling price of all houses, the average price of all houses sold, and the total commission are to be output. Use automatic end-of-file logic to signal the end of the input. 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Design a pseudocode-only algorithm using dowhile
Reference No:- TGS01050856

Expected delivery within 24 Hours