Question: 8. Construct a structure chart, as well as a flowchart a and pseudocode, for the following problem. Assume that each input record contains a ta
8. Construct a structure chart, as well as a flowchart a and pseudocode, for the following problem. Assume that each input record contains a ta er's name, the value of a personal property belonging to the pay and a code defining the type of personal property owned. Each txpyer, property is taxed at a unique rate. The codes, property types, and tar rates follow: type of Tax Rate 2 percent of value 4 percent of value Code Property Type Bike Car Truck5 percent of value 2 Your program is to compute the tax for each property and to output a line specifying the taxpayer's name, value of property, and tax. The program should output counts of the numbers of bikes, cars, and trucks for which taxes are computed, with appropriate labels. Include a report heading and column headings, as well as a page number on every page, with 55 detail lines per page. Also include an initial IF and a modular design. Output an error message if the input contains an invalid code value. Assume a code of 0 indicates the end of the input file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
