Question: C# Assignment is to create a program called CreditTest that asks a user to enter their Credit Score and Down Payment for a loan approval

C#

"Assignment is to create a program called CreditTest that asks a user to enter their Credit Score and Down Payment for a loan approval process.

Display credit accepted message if the user meets either of the following requirements:

- A minimum credit score of 675, and a down payment of $35000 or above.

- A credit score below 675, and a down payment of 85000 and above.

A credit rejected message should display if the user doesn't meet any of the qualification criteria."

As I already know how to write a simple program as described, I kindly request for you to code the program above with as much complexity as feasible so that I can better learn the syntax/logic/features of C#. If possible, please include code that exemplifies mechanics such as creating and passing arrays/objects to functions, using header files, dynamically allocated arrays, and anything else that will help me learn the language. I realize that a simple program like this may not allow for utilizing many different mechanics, so if you want to add your own elements or ideas to illustrate a procedure, please do. Thank you in advance!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!