Your task is to write a simple interactive program that calculates the total amount of money a person has made over the
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Your task is to write a simple interactive program that calculates the total amount of money a person has made over the
Your task is to write a simple interactive program thatcalculates the total amount of money a person has made over thelast year. Your program will prompt the user for dollaramounts showing how much the user has made per job. Someusers will have had more than one job, make sure your programallows for this. The program will print out the totalmade (all jobs) and will print out the federal and state taxesbased on the total made. For this program, the federaltax will be 18.5% and the state tax will be 8.75%. Thisis a simple program – but you have to translate it to the assemblylanguage.