Question: Implement a Student class. Each object of this class will represent a student in a particular course. Data members should include the student's ID
Implement a Student class. Each object of this class will represent a student in a particular course. Data members should include the student's ID number, first name, last name, and four exam scores. Methods should include a constructor, access inputStudentInfo function, function and computeAvgScore function functions, displayStudentInfo In main(), create an objects of this class and use it to enter values for its data members from the keyboard. You may ask the user to enter the number of students in the class. Use a loop to enter data.
Step by Step Solution
3.41 Rating (157 Votes )
There are 3 Steps involved in it
class Student def initself fnamelname studentnumber selffname fname selflname lname selfstudentnumbe... View full answer
Get step-by-step solutions from verified subject matter experts
