Logo 
Search:

C++ Programming Article

Submit Article
Comments on Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student

A C++ Program that reads the marks obtained of ten students out of 100 in four papers.It computes and display the total marks and status of each student.


Neha Shelot
Neha Shelot from IndiaSep 25
I WANT AN C++ ALGORITHM FOR THIS PROGRAM WHICH IS AS FOLLOWS
Given a set of n students examination marks( in the range of 0 to 100)
Write an algorithm to make a count of the number of students that obtained
each possible mark.
Sanzi Ashiq
Sanzi Ashiq from BangladeshDec 12
write a program in c not c++ that takes grades of 10 student of four course
each
student name
student id
the program then save the students information in a file..
in da followin record format
name
id
grade 1 to 4
count
cgpa
please urgent
Abhishek Banerjee
Abhishek Banerjee from IndiaAug 20
i want a c++ code that with a class stud_info.the program must accept students information(no of students,name,roll no,marks in three subjects).and then there must be a member function to calculate total marks of each studens.Finally the program should diplay the students information according to their total marks(information of student securing highest total should be displayed first and so on).





























Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].