...

/

Challenge 3: Calculate the Student's Total Marks

Challenge 3: Calculate the Student's Total Marks

In this exercise, you have to calculate the student's total marks using the concept of Classes

Problem Statement

Write a Java class called Student with

  • private fields:

    • name(String type)

    • mark1 and mark2 (double type)

And methods:

  • getMarks(int ...