C Practical and Assignment Programs-Classification of students

preview_player
Показать описание
C Practical and Assignment Programs-Classification of students
In this video we will write a C program to classify students in a university according to marks obtained by them.The full description of question is provided below. Now this program is written in C programming language but will work in C++.Fell free to provide you suggestion.
Q. In a certain university, students are classified according to the range into which their final marks fall. The ranges are 0-29, 30-45, 46-59, 60-69, 70-85, and 86-100.
Write a program which reads N followed by the marks of N students and outputs the number that fall into each range.

We The Computer Guys
Shreyas Zagade
Aakash Thakur
Ananya Jain
Рекомендации по теме
Комментарии
Автор

If we want the name of student obtaining specific grade should be printed aside the number of student then what to be done

koustavpramanick