Answered step by step
Verified Expert Solution
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
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 loStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started