(This is for a lab assignment) I have 9 errors, Syntax and missing ; between lines 64 and 129 (sorry!). I'm sorry if this is daunting but I'm really lost. Can I get help with figuring out why I'm receiving these errors?
int examgrade1 = 0, examgrade2 = 0, examgrade3 = 0, examgrade4 = 0;
int examcount = 4;
int A_Score = 90;
int B_Score = 80;
int C_Score = 70;
int D_Score = 60;
Pay attention to those error messages. If they're all saying the same thing, in that you're missing a semicolon somewhere..you might wanna double check your code. Especially when I scroll all the way down (mostly because I don't want to look at it) and I notice right away that