C program to calculate the total marks, percentage and division of student
belongs to collection: all conditional programs in c language
All Answers
total answers (1)
belongs to collection: all conditional programs in c language
total answers (1)
I have used DEV-C++ compiler for debugging purpose. But you can use any C programming language compiler as per your availability.
Result:
Input the Roll Number of the student :1011
Input the Name of the Student :Sara
Input the marks of Physics, Chemistry and Information Technology: 75
80
85
Roll No : 1011
Name of Student : Sara
Marks in Physics : 75
Marks in Chemistry : 80
Marks in Information Technology : 85
Total Marks = 240
Percentage = 80.00
Division = First
need an explanation for this answer? contact us directly to get an explanation for this answer