This is the section im having a problem with:
//declare the remainder and avg variables (use these)int remainder;
int avg;
// constructor shell accepting three values, you fill in the
//rest of the code
Im not sure what this means, is there anyway I can get just a generic example of what this would look like in general?