I've got an assignment where I need to write a class that holds 3 test scores. The class constructor is suppose to accept 3 test scores and assign them to test score fields.

I'm starting off slow,...