Question: Write a c# program to create a class Student. This class must possess general attributes of the students as well as marks in 5 subjects.
Write a c# program to create a class Student. This class must possess general attributes of the students as well as marks in 5 subjects. Illustrate different methods to take input and show the output, the different attributes of the class.
Step by Step Solution
3.44 Rating (154 Votes )
There are 3 Steps involved in it
using System class Student public int roll No public string name public int marks new int 5 public s... View full answer
Get step-by-step solutions from verified subject matter experts
