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
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