Search⌘ K
AI Features

Challenge 2: Calculate the Student's Performance

Explore how to implement a Student class in Python with public properties for name and subject scores. Learn to write methods that calculate the total marks obtained and percentage based on given scores. Understand step-by-step how to model student performance using classes and methods for practical object-oriented programming.

We'll cover the following...

Problem statement

Implement a class - Student - that has four properties and two methods. All these ...