Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Flowgorithm, complete a flowchart that is equivalent to the pseudocode Program 4-10 Program 4-10 1 I/ Declare variables 2 Declare Real salary, yearsOnJob 3

Using Flowgorithm, complete a flowchart that is equivalent to the pseudocode Program 4-10
image text in transcribed
Program 4-10 1 I/ Declare variables 2 Declare Real salary, yearsOnJob 3 4 /I Get the annual salary 5 Display "Enter your annual salary. 6 Input salary 8 / Get the number of years on the current job. 9 Display "Enter the number of years on your" 10 Display "current job." 11 Input yearsonJob 12 13 // Determine whether the user qualifies 14 If salary 30000 OR yearsOnJob >-2 Then 15 Display "You qualify for the loan." 16 Else 17 Display "You do not qualify for this loan." 18 End If

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

What is the relation of physical mathematics with examples?

Answered: 1 week ago

Question

What are oxidation and reduction reactions? Explain with examples

Answered: 1 week ago