Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this lab, you are required to write codes. You are given PROBLEMS with its PROPOSED algorithms to help you in solving the problem. The

image text in transcribed

image text in transcribed

In this lab, you are required to write codes. You are given PROBLEMS with its PROPOSED algorithms to help you in solving the problem. The PROPOSED algorithms are ONLY for your reference. Feel free to write the codes based on your understanding and knowledge.

it's c programing

Exercise 3 A program is developed to process personal loan application. The program needs to be able to read the applicant's salary and the amount of loan that the applicant wishes to apply. It will then determine and inform the user regarding the status of the loan application, whether the application is accepted or rejected. A loan is accepted if it satisfies one of the following conditions: Monthly salary Less than RM2000.00 RM2000.00 - RM5000.99 RM5001.00 - RM10000.00 Above RM 10000.00 Maximum loan permitted 5 times the monthly salary 10 times the monthly salary 15 times the monthly salary 30 times the monthly salary Proposed Algorithms Pseudocode Begin read salary, loan if salary=2000.00 && salary =5001.00 && salary =2000&& 5000.99 >=5001 & se 10000 yes yes yes no no no locs5 lo=2000.00 && salary =5001.00 && salary =2000 88 =5001 && $10000 yes yes yes no no no locs 5 locs 10 locs 15 lo

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

Students also viewed these Databases questions

Question

What is Aufbau's rule explain with example?

Answered: 1 week ago

Question

Write Hund's rule?

Answered: 1 week ago