Construct a structure chart as well as a flowchart and


I. Construct a structure chart, as well as a flowchart and pseudocode,for the following problem. Assume that input record contains a taxpayer's name, the value of personal property belonging to taxpayer, and a code defining the type of a personal property owned. Each type of property is taxed at a unique rate. The codes, property types, and tax rates follow:

Code Property Type Tax Rate
1 Bike 2 percent of value
2 Car 4 percent of value
3 Truck 5 percent of value

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 details 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.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Construct a structure chart as well as a flowchart and
Reference No:- TGS0968160

Expected delivery within 24 Hours