[Solution] Use the knowledge you learned in this class to develop a R function called creditScoreCheck. This function will allow a user to input a numeric
Question:
Use the knowledge you learned in this class to develop a R function called creditScoreCheck. This function will allow a user to input a numeric score, and then your function can evaluate which applicant group this user should be classified into.
If the user's credit score is less than or equal to 300, your function should print the following message in R:
"Sorry, you're not qualified for this credit card."
If the user's credit score is greater than 300, but less than or equal to 600, your function should print the following message in R:
"Thank you for your interest. Your profile is under further review."
If the user's credit score is greater than 600, but less than or equal to 700, your function should print the following message in R:
"Congratulations! Your application has been approved."
If the user's credit score is greater than 700, your function should print the following message in R:
"Congratulations! Your application has been approved. For VIP service, please contact your local bank."
Please copy your codes into a Word document
Deliverable: Word Document 