Create a C/C++ project for a student loans system. The program processes applications for loans for first year students and accepts or rejects applications based on points awarded towards specified criteria. The program must ask the user to enter the ID number of the applicant. The program must validate the ID number which should contain 13 digits. If the ID number is invalid the application will not be processed. Display a suitable message ask whether another application must be processed (Y or N). If the ID number is valid, the program must ask the student’s age, ask the user to enter the parents’ income per month and the average mark achieved by the applicant in Grade 12. The program must use the information and the following criteria (Table 1.2) to award points towards the loan application: An application will be accepted if the applicant is older than 16 and younger than 21 and was awarded 5 or more points. Display a summary of the student’s application which includes the IDnumber, age, parent’s income, average mark, points awarded and outcome (Accepted or Rejected). See the screenshot below (Figure 1.2) for example output.
Create a C/C++ project for a student loans system. The program processes applications for loans for first year students and accepts or rejects applications based on points awarded towards specified criteria.
The program must ask the user to enter the ID number of the applicant. The program must validate the ID number which should contain 13 digits. If the ID number is invalid the application will not be processed. Display a suitable message ask whether another application must be processed (Y or N). If the ID number is valid, the program must ask the student’s age, ask the user to enter the parents’ income per month and the average mark achieved by the applicant in Grade 12. The program must use the information and the following criteria (Table 1.2) to award points towards the loan application:
An application will be accepted if the applicant is older than 16 and younger than 21 and was awarded 5 or more points. Display a summary of the student’s application which includes the IDnumber, age, parent’s income, average mark, points awarded and outcome (Accepted or Rejected). See the screenshot below (Figure 1.2) for example output.
Step by step
Solved in 2 steps with 4 images