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.

Recommended Answers

All 2 Replies

We don't do homework. Show some effort and post us what you got. Maybe we'll help.

Here is an example:

public void lazy()
{
    bool tryMySelf;
    if(!tryMySelf)
    {
        MessageBox.Show("Do your own homework or show some effort then we will help");
    }
}
commented: Nice! +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.