Page 1 of 1

Question 3. Write the pseudocode, flowchart and C program to achieve the following: CODE PROPERTY TYPE TAX RATE 1 Bike 5

Posted: Fri May 20, 2022 3:24 pm
by answerhappygod
Question 3. Write the pseudocode, flowchart and C program to
achieve the following:
CODE
PROPERTY TYPE
TAX RATE
1
Bike
5 % of value
2
Car
10% of value
3
Truck
15% 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. Write an error message if the input
contains an invalid code value and move on to the next record. The
program should also output the total number of bikes, total number
of cars, and total number of trucks for which taxes are computed
and the total amount of tax collected overall.