Question: Hi I need help with python. I am going to make a gpa calculator but I am in trouble now... it follows steps below. First,
Hi I need help with python. I am going to make a gpa calculator but I am in trouble now... it follows steps below.
First, I have to create two attributes which will be name and gpa.
And I create two methods which is test_constructor and get_score.
get_score returns if gpa greater 3.0 => A 2.0=> B or else will be C
And then create count class variable and the static method get_count.
Second, I need to instantiate two students
First name is Bob and gpa is 3.89 second name is Andy and gpa is 2.43.
And then call get_score methods to each students and next call get_count method to each of them as well.
Please help it can be a good practice as a beginner but the program must follow way of the above.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
