Screen Placement and Formatting Lab #15a- Disposable Income This program will allow the user to READ in DATA for each quarter of the vear, and then calculate their disposable income. Don't forget a banner. Use the following DATA cards to input data into your program. DATA "Personal Income", 15000, 15000, 15000, 15000 Aditin DATA "Income Taxes", 4200, 4000, 3800, 3600 DATA "Rent/Mortgage", 1400, 1400, 1400, 1400 DATA "Food Costs", 1100, 985, 1000, 1250 DATA "Entertainment", 800, 925, 889, 750 DATA "Home Insurance", 200, 200, 200, 200 DATA "Car Insurance", 600, 600, 600, 600 DATA "Retirement Fund", 1000, 1100, 1200, 1000 DATA "Car Payment", 750, 750, 750, 750 DATA "Personal Loans", 400, 400, 400, 400 Sbfrmetion Imane DATA "Savings", 1325, 1500, 1485, 1555 • You should use a loop to READ “most" of the DATA. • Hint: You will need to use a sum. • Calculate the total expenses for each quarter. • Calculate the Disposable Income, which is your Personal Income minus the total of your expenses. • Print the report. o You must use both the TAB(n) command, and the Format String with the PRINT USING command to create the report.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
this confuses me so much, i need help pleaseeee, thank you
Output Section:
1st Qtr.
2nd Qtr.
3rd Qtr.
4th Qtr.
Blue
$15,000.00 $15,000.00 $15,000.00 $15,000.00.
Personal Income
Income Taxes
$3,600.00
$4,200.00
$1,400.00 $1,400.00 $1,400.00 $1,400.00
$1,100.00
$4,000.00
$3,800.00
Rent/Mortgage
$985.00 $1,000.00 $1,250.00
$889.00
$200.00
$600.00
Food Costs
Entertainment
$800.00
$925.00
$750.00
Red
Home Insurance
$200.00
$200.00
$200.00
Car Insurance
$600.00
$600.00
$600.00
$1,100.00 $1,200.00
$750.00
$400.00
$1,000.00
S750.00
Retirement Fund
$1,000.00
$750.00
S750.00
Car Payment
Personal Loans
$400.00
$400.00
$400.00
$1,325.00
$1,500.00 $1,485.00
$1,555.00
Savings
Total Expenses
$11,775.00 s11,860.00 $11,724.00 S11,505.00
$3,225.00
S3,140.00 $3,276.00 $3,495.00 Gicen
Disposable Income
Transcribed Image Text:Output Section: 1st Qtr. 2nd Qtr. 3rd Qtr. 4th Qtr. Blue $15,000.00 $15,000.00 $15,000.00 $15,000.00. Personal Income Income Taxes $3,600.00 $4,200.00 $1,400.00 $1,400.00 $1,400.00 $1,400.00 $1,100.00 $4,000.00 $3,800.00 Rent/Mortgage $985.00 $1,000.00 $1,250.00 $889.00 $200.00 $600.00 Food Costs Entertainment $800.00 $925.00 $750.00 Red Home Insurance $200.00 $200.00 $200.00 Car Insurance $600.00 $600.00 $600.00 $1,100.00 $1,200.00 $750.00 $400.00 $1,000.00 S750.00 Retirement Fund $1,000.00 $750.00 S750.00 Car Payment Personal Loans $400.00 $400.00 $400.00 $1,325.00 $1,500.00 $1,485.00 $1,555.00 Savings Total Expenses $11,775.00 s11,860.00 $11,724.00 S11,505.00 $3,225.00 S3,140.00 $3,276.00 $3,495.00 Gicen Disposable Income
Screen Placement and Formatting
Lab #15a - Disposable Income
This program will allow the user to READ in DATA for each quarter of the
vear, and then calculate their disposable income. Don't forget a banner.
Use the following DATA cards to input data into your program.
DATA "Personal Income", 15000, 15000, 15000, 15000 Aditon
DATA "Income Taxes", 4200, 4000, 3800, 3600
DATA "Rent/Mortgage", 1400, 1400, 1400, 1400
DATA "Food Costs", 1100, 985, 1000, 1250
DATA "Entertainment", 800, 925, 889, 750
DATA "Home Insurance", 200, 200, 200, 200
DATA "Car Insurance", 600, 600, 600, 600
DATA "Retirement Fund", 1000, 1100, 1200, 1000
DATA "Car Payment", 750, 750, 750, 750
DATA "Personal Loans", 400, 400, 400, 400
Sbmetion
Imane
DATA "Savings", 1325, 1500, 1485, 1555
• You should use a loop to READ "most" of the DATA.
• Hint: You will need to use a sum.
• Calculate the total expenses for each quarter.
• Calculate the Disposable Income, which is your Personal Income
minus the total of your expenses.
• Print the report.
o You must use both the TAB(n) command, and the Format String
with the PRINT USING command to create the report.
Transcribed Image Text:Screen Placement and Formatting Lab #15a - Disposable Income This program will allow the user to READ in DATA for each quarter of the vear, and then calculate their disposable income. Don't forget a banner. Use the following DATA cards to input data into your program. DATA "Personal Income", 15000, 15000, 15000, 15000 Aditon DATA "Income Taxes", 4200, 4000, 3800, 3600 DATA "Rent/Mortgage", 1400, 1400, 1400, 1400 DATA "Food Costs", 1100, 985, 1000, 1250 DATA "Entertainment", 800, 925, 889, 750 DATA "Home Insurance", 200, 200, 200, 200 DATA "Car Insurance", 600, 600, 600, 600 DATA "Retirement Fund", 1000, 1100, 1200, 1000 DATA "Car Payment", 750, 750, 750, 750 DATA "Personal Loans", 400, 400, 400, 400 Sbmetion Imane DATA "Savings", 1325, 1500, 1485, 1555 • You should use a loop to READ "most" of the DATA. • Hint: You will need to use a sum. • Calculate the total expenses for each quarter. • Calculate the Disposable Income, which is your Personal Income minus the total of your expenses. • Print the report. o You must use both the TAB(n) command, and the Format String with the PRINT USING command to create the report.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY