Question
You are required to C++ code that displays on the screen whether the candidate applying for a job is eligible or not.The algorithm/program should take
You are required to C++ code that displays on the screen whether the candidate applying for a job is eligible or not.The algorithm/program should take input three percentages (Matric, Fsc and bachelors). It should then calculate the average percentage of the candidate. Based on the average percentage the following should be displayed on the screen
1. If the average percentage is greater than 80 then the display message should be you have qualified for the job
2. If the average percentage is between 75 - 79then the display message should be you have been put in the waiting list for the job
3. If the average percentage is less than 75 then the display message should be you have been rejected for the job
use for loop to solve this question. The loop will iterate for 3 no of time for taking three percentages
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