Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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