| 1. | Compute and print tax amounts
for an individual. Assume you are given the individual's annual income. The taxes are computed based on the following table:
| ||||||||||
| 2. | Write an algorithm to compute the balance in a bank account after 5 years. Assume you are given the principal amount, and an annual interest rate. Your algorithm must be constrained to use only the basic arithmetic operations of addition, subtraction, multiplication, and division. Solution... | ||||||||||
| 3. | Write an algorithm to compute and print the average of an unspecified number of values. Solution... |