Sequential and Selection Process Control Structure

580 Words3 Pages
Axia College Material Appendix G Sequential and Selection Process Control Structure In the following example, the second line of the table specifies that tax due on a salary of $2000.00 is $225.00 plus 16% of excess salary over $1500.00 (that is, 16% of $500.00). Therefore, the total tax is $225.00 + $80.00, or $305.00. | |Salary Range in Dollars |Base Tax in Dollars |Percentage of Excess | |1 |0.00-1,499.99 |0.00 |15 % | |2 |1,500.00-2,999.99 |225.00 |16 % | |3 |3,000.00-4,999.99 |465.00 |18 % | |4 |5,000.00-7,999.99 |825.00 |20 % | |5 |8,000.00-14,999.99 |1425.00 |25 % | Analysis Process: 1. Menu Options 2. Employee’s salary rang 3. Base tax amount 4. Percent of excess 5. Total tax due Input: Salary range Bass tax Percent of excess salary Output: Display total tax due Dedign: Main Module Declare Employee’s salary rang As Real Declare Base tax amount As Real Declare Percentage of excess As Real Declare excess over the minimum salary rang As Real Declare total tax due As Real Call Input Data Module Call Perform Calculations Module Call Output Result Module End Main Module Input Data Module Write “What is Employee’s salary rang?” Input EmployeeSalaryRang Write “What is the base tax amount?”

More about Sequential and Selection Process Control Structure

Open Document