Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Translate the pseudocode in the text into Java and insert the proper code the mess on one of two possible message Suppose the bank is

Translate the pseudocode in the text into Java and insert the proper code image text in transcribed
the mess on one of two possible message Suppose the bank is losing customers to a competing bank that isn't as s whom it loans money to. In response, the bank decides to change ments. Novw Yet Another Loan Qualifier Program he pseudocode for the new loan qualifier program. The y the If-Then-Else statement in line le ments. Now, customers have to meet only one of the previous c pound expression that is tested b uses the OR operator. Program 4-10 1 II Declare variables 2 Declare Real salary, yearsonJob 4 II Get the annual salary. 5 Display Enter your annual salary." 6 Input salary 8 II 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 salary30000 OR yearsonJob2 Then 15 Display "You qualify for the loan." 16 Else 17 Display "You do not qualify for this loan." 18 End 11 Program Output (with Input Shown in Bold Enter your annual salary. 35000 [Enter Enter the number of years on your current job. 1 [Enter) You qualify for the loan. Program Output (with Input Shown In wn in Bold) Enter your annual salary. 25000 [Enter number of years on your current job. S [Enter) You quality for the loan

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_2

Step: 3

blur-text-image_3

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions

Question

d. How will lack of trust be handled?

Answered: 1 week ago

Question

b. Does senior management trust the team?

Answered: 1 week ago