Write a program in basic web using JS that takes three inputs: gender (boolean), age([18-55]), salary([0-10000]) and output the total mortgage for one person Mortgage = salary * factor, where factor is given by the following table. Category          Male                            Female Young              (18-35 years) 75          (18-30 years) 70 Middle             (36-45 years) 55          (31-40 years) 50 Old                   (46-55 years) 30          (41-50 years) 35

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question

Write a program in basic web using JS that takes three inputs: gender (boolean), age([18-55]), salary([0-10000]) and output the total mortgage for one person

Mortgage = salary * factor,
where factor is given by the following table.
Category          Male                            Female
Young              (18-35 years) 75          (18-30 years) 70
Middle             (36-45 years) 55          (31-40 years) 50
Old                   (46-55 years) 30          (41-50 years) 35

Spec: Write a program that takes three inputs: gender
(boolean), age([18-55]), salary ([0-10000]) and outputs the
total mortgage for one person
Mortgage = salary * factor,
where factor is given by the following table.
Category
Male
Female
Young
(18-35 years) 75
(18-30 years) 70
Middle
(36-45 years) 55
(31-40 years) 50
Old
(46-55 years) 30
( 41-50 years) 35
Transcribed Image Text:Spec: Write a program that takes three inputs: gender (boolean), age([18-55]), salary ([0-10000]) and outputs the total mortgage for one person Mortgage = salary * factor, where factor is given by the following table. Category Male Female Young (18-35 years) 75 (18-30 years) 70 Middle (36-45 years) 55 (31-40 years) 50 Old (46-55 years) 30 ( 41-50 years) 35
Expert Solution
steps

Step by step

Solved in 2 steps with 8 images

Blurred answer
Knowledge Booster
Hiring Problem
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning