Quote:
Originally Posted by Zlebronjames
1)*Never disabling the add grade button*
Comment out the if below the lines // prohibit users from entering more than 10 grades
Quote:
Originally Posted by Zlebronjames
2)*Summing the grades in the ListBox.*
Use lstGrades.Items.Count instead of 10 in while ( intGradeCounter < 10 ); and after that add the if condition.
Quote:
Originally Posted by Zlebronjames
3)*Calcualting the class average*
Use the variable intGradeCounter intTotal / 10.0; instead of 10
You cannot ask for the code solution as thats against the TOS of G4EF.
Thanks
Shabbir