Challenge 3: Analyzing the Performance of Students
In this exercise, you have to analyze a student's performance using the concept of classes
We'll cover the following...
Problem Statement
Implement a class, Student
, that has four fields with properties and two methods. This challenge is designed ...