PROGRAM 07 - PSEUDO CODE ======================== 1.0 Assign Input & Output Files 2.0 Write Output File Part 1 2.1 Title 1 2.2 Title 2 2.3 Divider 2.4 Title 3 2.5 Title 4 2.6 Divider 3.0 Read Tables from Input File 3.1 Income Array 3.2 Base Tax Array 3.3 Incremental Tax Array 4.0 1st Keyboard Input of Income 5.0 Tax Calculations 5.1 If Income < 500, then use 14% for all 5.2 If Income > 100,000, then use base of 53,090 and and 70% for extra 5.3 If Income none of the above, use appropriate table values 5.4 Subsequent Keyboard Inputs if Income <> 0.00 6.0 Write Output File Part 2 6.1 Divider 6.2 Income 6.3 Base Tax 6.4 Incremental Tax