Task 2: Grading A professor will give the number of students and their grades. You need to calculate the number of students whose grade is less than the average. (base) sebasjr@sebasjr-ubuntu:~$...


Please write the code in C programming language!!!!!!!!


Task 2: Grading<br>A professor will give the number of students and their grades. You need to calculate the number of<br>students whose grade is less than the average.<br>(base) sebasjr@sebasjr-ubuntu:~$ ./a.out<br>how many students do you have?5<br>Input the grades<br>1 2 3 4 10<br>The number of students who fail is 3<br>|(base) sebasjr@sebasjr-ubuntu:~$ ./a.out<br>how many students do you have?8<br>Input the grades<br>1 6 3 8 1 5 2 4<br>The number of students who fail is 4<br>

Extracted text: Task 2: Grading A professor will give the number of students and their grades. You need to calculate the number of students whose grade is less than the average. (base) sebasjr@sebasjr-ubuntu:~$ ./a.out how many students do you have?5 Input the grades 1 2 3 4 10 The number of students who fail is 3 |(base) sebasjr@sebasjr-ubuntu:~$ ./a.out how many students do you have?8 Input the grades 1 6 3 8 1 5 2 4 The number of students who fail is 4

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here