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.
- 12121 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 01 अप्रैल
- 0 टिप्पणी
-
- What is the difference between return 0 and return 1?
- What is structured programming?
- Is C++ better than C sharp? Explain your answer
- Лучшие игры 3d на Андроид
- What are jump statements in c language?
- Should I learn C before C++? Explain your answer
- How will you print “Hello World” without semicolon?
- What are preprocessor directives in c language?
- Программы и игры для Андроид телефона
- What are storage classes in C language?
मॉक परीक्षण अभ्यास के लिए
c programming
{br /float sum=0;br /for(int count=0;count<10;count++)br /sum+=marks[count];br /return sum/10;br /}