Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm a little stuck on where to begin. I'm still new to programming and not very good with object programming. I was wondering if I

image text in transcribed I'm a little stuck on where to begin. I'm still new to programming and not very good with object programming. I was wondering if I could get some insight on how this is structured.

Create a student class: Store a name Store a list of assignments Override init to take a name Override str to output the name, average assignment percentage, letter grade to match that average Calculate the student's average grade . Create an assignment class: Store the assignment name Store the assignment date Store the assignment grade Override init to take a name and date Override str to output the name, date, and grade of the assignment Create a class class: Store a list of students Store the name of the class override init to take the class name override str to output the class name, and its list of students Be able to write the class name, list of students, and their assignments to a file

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago