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.
- 12190 Views
- 1 Answers
1 Answers
-
-
- 01 Apr
- 0 Comment
-
- What are preprocessor directives in c language?
- What is structured programming?
- Лучшие игры 3d на Андроид
- What does it mean to be C ? Why its called C programming?
- What is C programing? Explain your answer
- Left Shift and Right Shift Operators in C
- What does a person require to opt C programming as a career?
- Mention the four important part of looping.
- What site is the best video tutorial website for learning C programming?
- What is C language?
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 /}