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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!