In this question, feel free to ask the user to enter his/her salary and years on job. Person is qualified for loan only when his/her salary is greater than or equal to 30 thousand and years on job is greater than or equal to 2 years. NOTE: YOU MUST WRITE THE CODE ACCORDING TO THE FLOWCHART. Here you are translating this flowchart not writing a new code. print ("You must earn at least $30,000 per year to qualify.') False True salary>30000 False True years on job >2 print ("You must have been on your current job for at least two years to qualify.') print ("You qualify for the loan.")

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter4: The Selection Structure
Section: Chapter Questions
Problem 3MQ7: Write a Case clause that specifies all numbers less than 0.
icon
Related questions
Question
Translate this flowchart into Python code. Hint: nested if/else decision.
Problem TWO: Translate this flowchart into python code. Hint: nested if/else decision.
In this question, feel free to ask the user to enter his/her salary and years on job. Person is qualified for loan only when his/her salary is greater than or equal to
30 thousand and years on job is greater than or equal to 2 years.
NOTE: YOU MUST WRITE THE CODE ACCORDING TO THE FLOWCHART. Here you are translating this flowchart not writing a new code.
print ("You must
earn at least
$30,000 per year
to qualify.')
False
True
salary >30000
False
True
years on job >=2
print ("You must
have been on your
current job for
at least two years
to qualify.')
print ("You qualify
for the loan.")
Transcribed Image Text:Problem TWO: Translate this flowchart into python code. Hint: nested if/else decision. In this question, feel free to ask the user to enter his/her salary and years on job. Person is qualified for loan only when his/her salary is greater than or equal to 30 thousand and years on job is greater than or equal to 2 years. NOTE: YOU MUST WRITE THE CODE ACCORDING TO THE FLOWCHART. Here you are translating this flowchart not writing a new code. print ("You must earn at least $30,000 per year to qualify.') False True salary >30000 False True years on job >=2 print ("You must have been on your current job for at least two years to qualify.') print ("You qualify for the loan.")
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Concept of Flowchart
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning