Assignment: Tax Table Program: Decision Blocks Shown below is the 2001 Federal Income tax table for single taxpayers. This program requires using If-blocks, which are discussed in weeks 3 and 4--mainly week 4. So study the example programs in the notes in order to get a good idea of how to complete the program. The program should take an income value as input and calculate and display the tax due. For example, your program interface might look something like this (you have some latitude as to the appearance). Tax calculator 58321 Calculate Tax 12657.03 Input your income Tax to be paid Note the lack of dollar signs and commas in the numbers in the above display. The tax calculation is based on the following table.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Hello, I need some assistance creating a program in JavaScript.

 

The basic premise is simple, I wish to be able to place a number ( the context being money ) in a small text box, click on a button, & calculate based on how much tax must be paid as a result. 

 

I am aware of the use of if-then statements, but am unsure how to properly link it all together.

Note the lack of dollar signs and commas in the numbers in the above display. The tax calculation is based on the following
table.
Taxable Income From
0
$27,050
$65,550
$136,750
$297,350 and up
Up to but not including
$27,050
$65,550
$136,750
$297,350
Tax is
15% of the income
$4,057.50+ (27.5% of the amount over $27,050)
$14,654.00 + (30.5% of the amount over $65,550)
$36,361.00 + (35.5% of the amount over $136,750)
$93,374.00 + (39.1% of the amount over $297,350)
Transcribed Image Text:Note the lack of dollar signs and commas in the numbers in the above display. The tax calculation is based on the following table. Taxable Income From 0 $27,050 $65,550 $136,750 $297,350 and up Up to but not including $27,050 $65,550 $136,750 $297,350 Tax is 15% of the income $4,057.50+ (27.5% of the amount over $27,050) $14,654.00 + (30.5% of the amount over $65,550) $36,361.00 + (35.5% of the amount over $136,750) $93,374.00 + (39.1% of the amount over $297,350)
Assignment: Tax Table Program: Decision Blocks
Shown below is the 2001 Federal Income tax table for single taxpayers. This program requires using If-blocks, which are
discussed in weeks 3 and 4--mainly week 4. So study the example programs in the notes in order to get a good idea of how to
complete the program.
The program should take an income value as input and calculate and display the tax due. For example, your program interface
might look something like this (you have some latitude as to the appearance).
Tax calculator
58321
Calculate Tax
12657.03
Input your income
Tax to be paid
Note the lack of dollar signs and commas in the numbers in the above display. The tax calculation is based on the following
table.
Transcribed Image Text:Assignment: Tax Table Program: Decision Blocks Shown below is the 2001 Federal Income tax table for single taxpayers. This program requires using If-blocks, which are discussed in weeks 3 and 4--mainly week 4. So study the example programs in the notes in order to get a good idea of how to complete the program. The program should take an income value as input and calculate and display the tax due. For example, your program interface might look something like this (you have some latitude as to the appearance). Tax calculator 58321 Calculate Tax 12657.03 Input your income Tax to be paid Note the lack of dollar signs and commas in the numbers in the above display. The tax calculation is based on the following table.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education