akosiraff

Download Class Grade Calculator Application Visual Basic Ans

Mar 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/class-grade-calculator-application/
  3. Class Grade Calculator Application
  4. This application finds the average grade of homework scores entered.
  5. From a Windows application, the user enters the grade of up to 10 assignments to compute the average grade on the assignments.
  6. 1. The user must be able to enter each of 10 grades after clicking the Enter Grade button.
  7. 2. Each grade is validated to confirm that the value is numeric and greater than zero.
  8. 3. Each grade is displayed in a ListBox object.
  9. 4. After the 10 grades are entered or when the user clicks the Cancel button in an input box, the average grade is calculated and displayed.
  10. 5. A menu bar includes the File menu, which contains Clear and Exit items. The Clear menu item clears the result and the values representing the grades. The Exit menu item closes the application.
  11. 1. If a non-numeric or negative value is entered for the grade, the program should display an error message and ask the user to reenter the value.
  12. 2. If the user clicks the Cancel button before entering any grades, a message should indicate no grades were entered. An average is not calculated when no speeds are entered.
  13. 1. The picture shown in the picture box can be found and downloaded from BlackBoard. The picture is ReportCard.
  14. 2. The average grade should be formatted as a Decimal value with one decimal place.
  15. Download: https://solutionzip.com/downloads/class-grade-calculator-application/
Add Comment
Please, Sign In to add comment