SUMMER JOB (PART I) VARIABLE DECLARATIONS (C++ Programming) Part I (Variable Declarations) Instructions: You found an exciting summer job for five weeks. It pays, say, $15.50 per hour. Suppose that the total tax you pay on your summer job income is 14%. After paying the taxes, you spend 10% of your net income to buy new clothes and other accessories for the next school year and 1% to buy school supplies. After buying clothes and school supplies, you use 25% of the remaining money to buy savings bonds. Write a program that prompts the user to enter the pay rate for an hour and the number of hours you worked each week. The program then outputs the following: a. Your income before and after taxes from your summer job. b. The money you spend on clothes and other accessories. c. The money you spend on school supplies. d. The money you spend to buy savings bonds. List the named constants first (the values that your given). List the variables required in the paragraph that begins with...."Write". List the variables required for each outlined step (a - d).
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
SUMMER JOB (PART I) VARIABLE DECLARATIONS (C++ Programming)
Part I (Variable Declarations)
Instructions: You found an exciting summer job for five weeks. It pays, say, $15.50 per hour. Suppose that the total tax you pay on your summer job income is 14%. After paying the taxes, you spend 10% of your net income to buy new clothes and other accessories for the next school year and 1% to buy school supplies. After buying clothes and school supplies, you use 25% of the remaining money to buy savings bonds.
Write a program that prompts the user to enter the pay rate for an hour and the number of hours you worked each week. The program then outputs the following:
a. Your income before and after taxes from your summer job.
b. The money you spend on clothes and other accessories.
c. The money you spend on school supplies.
d. The money you spend to buy savings bonds.
- List the named constants first (the values that your given).
- List the variables required in the paragraph that begins with...."Write".
- List the variables required for each outlined step (a - d).
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images