Question: (In C Programming) grader (avg_exams. avg hw, attendance) Write the function grader that takes two floats; avg. exams and avg hw, and one integer attendance


(In C Programming) grader (avg_exams. avg hw, attendance) Write the function grader that takes two floats; avg. exams and avg hw, and one integer attendance as input and returns a bool value. The function will check any student's grade and attendance to decide if the student pass the course or fail. If the student pass, the function prints "PASS, otherwise it prints "FAIL". These are the criteria to pass the course; The attendance must be greater than 20 to pass. The avg exams and the avg hw must be greater than 70. Either avg exams or avg hw must be greater than 85 (or both of them). wa wwwwwwwww Write in c programming. Example Function Calls grader (72,88,22) prints "PASS" grader (66,100,24) prints FAIL" grader (100,90,18) prints "FAIL" (In C Programming) grader (avg_exams. avg hw, attendance) Write the function grader that takes two floats; avg. exams and avg hw, and one integer attendance as input and returns a bool value. The function will check any student's grade and attendance to decide if the student pass the course or fail. If the student pass, the function prints "PASS, otherwise it prints "FAIL". These are the criteria to pass the course; The attendance must be greater than 20 to pass. The avg exams and the avg hw must be greater than 70. Either avg exams or avg hw must be greater than 85 (or both of them). wa wwwwwwwww Write in c programming. Example Function Calls grader (72,88,22) prints "PASS" grader (66,100,24) prints FAIL" grader (100,90,18) prints "FAIL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
