Exercise 2: Students Average Marks
In this exercise, you have to calculate a student's average marks using the concept of Classes
We'll cover the following...
We'll cover the following...
Problem Statement
Write a C# class called student with
-
privatemember variables:mark1of typefloat
-
mark2...