Anyone good at Java wanna help me out? I have literally 1 line, I think, that I need done. Just can't figure out exactly what it should be.
Driver Program(EssayDemo)...I get a syntax error at the termPaper.setScore line. I know I need to add something to the Essay class. Something using the Super command. Just not sure exactly where it goes or what it should be. We were given the first two classes. I had to build the last and that is the only one I modify.
This is the second class(GradedActivity)
This is the third class(Essay), which is extended off the one above.
Driver Program(EssayDemo)...I get a syntax error at the termPaper.setScore line. I know I need to add something to the Essay class. Something using the Super command. Just not sure exactly where it goes or what it should be. We were given the first two classes. I had to build the last and that is the only one I modify.
Spoiler
This is the second class(GradedActivity)
Spoiler
This is the third class(Essay), which is extended off the one above.
Spoiler
Comment