Question: In C + + , The company has faced a significant influx of applications for a recently advertised position, presenting a challenge in identifying top
In C The company has faced a significant influx of applications for a recently advertised position, presenting a challenge in identifying top candidates within a limited timeframe. To address this issue, our aim is to devise an algorithm that assigns a value to each applicant. This approach will enable the hiring team to effectively prioritize and extend interview invitations to candidates demonstrating high potential.
For the initial stage of this project, proceed with the following tasks:
Prompt the user to input their first name.
Prompt the user to input their last name.
Ask the user to provide their grade for each of the specified courses. Valid grades for each course are represented by the characters A B C D and F corresponding to the following scores: and respectively.
The specified courses are as follows:
CIS
CIS
CIS
CS or
CS
CS or
CS
CS
Your program must accept applicants with an average score above Upon completion, the application should display the applicant's name followed by either "Accepted" or "Rejected" in the following format: lastName, firstName Accepted.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
