Write a program to read the marks of 50 students in a class and display the following:
1.average mark obtained by each student. 2.print the roll number and average marks of the students whose average mark is above 80. 3.print the roll number and average marks of the students whose average mark is below 40.
- 12132 Views
- 1 Answers
1 Answers
-
-
- 01 Apr
- 0 Comment
-
- Программы и игры для Андроид телефона
- Психологическая помощь при похудении
- Write a program to store 5 elements in the array P and 3 elements in the array Q.Produce a third array R after joining the array P and Q.Display the resultant array.
- C programming Program to print the Fibonacci series up to n numbers.
- Mention the four important part of looping.
- What is the eligibility criteria for cracking the C Progamming Exam 2018?
- Trade crypto anytime
- Can someone explain the concept of pre and post increment in C?
- What is C programing? Explain your answer
- What site is the best video tutorial website for learning C programming?
Practice Mock Test
c programming
{br /float sum=0;br /for(int count=0;count<10;count++)br /sum+=marks[count];br /return sum/10;br /}