- Write As Simple Assembly Language Program That Calculates The Total Amount Of Money A Person Has Made Over The Last Year 1 (15.9 KiB) Viewed 28 times
Write as simple assembly language program that calculates the total amount of money a person has made over the last year
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write as simple assembly language program that calculates the total amount of money a person has made over the last year
Write as simple assembly language program that calculates the total amount of money a person has made over the last year. Create a prompt that asks the user to enter the amount of dollars they have made that year, per job. Some users will have had more than one job, make sure your program allows for this. The program will print out the total made (all jobs) and will print out the federal and state taxes based on the total made. For this program, the federal tax will be 18.5% and the state tax will be 8.75%.