pls post the code in c# for .
Inputs given were input1=No. of students, Input2= Number of subjects, Input3= 2D Array, with marks of the students.
//students marks were given in a 2D array... and we had to calculate the total for each student.. but...
//there was a condition... we had to remove the subject, in which all the students performed badly..
//then calculate the totla for each student excluding that particular subject's marks.