Write C# Program to calculate the total marks, percentage and division of student based on three subjects.
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 Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability..
Result:
Calculate the total, percentage and division to take marks of three subjects:
-------------------------------------------------------------------------------
Input the Roll Number of the student :15
Input the Name of the Student :Rohit Mhatre
Input the marks of Physics : 85
Input the marks of Chemistry : 75
Input the marks of Computer Application : 65
Roll No : 15
Name of Student : Rohit Mhatre
Marks in Physics : 85
Marks in Chemistry : 75
Marks in Computer Application : 65
Total Marks = 225
Percentage = 75
Division = First
need an explanation for this answer? contact us directly to get an explanation for this answer