Advertisement
akosiraff

NameGradeAverage

Jun 9th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/namegradeaverage/
  3. Write a VB app that has two forms. On the first form create six labels and four text boxes, four buttons and a main menu
  4. The label text properties are: Name, Test1, Test2, Test3, Average, High Score
  5. The Button text properties are: Average, Clear, Show High and Next
  6. There should be textboxes next to each of the first 4 labels
  7. There should be a menu item that matches each of the buttons..so create a menu called Calculate
  8. Under Calculate, have the menu items of Average, Clear, Show High and Next
  9. The user will be expected to type in a name and three grades. If either the average button or menu item is pressed, the average of the three grades appears in the average label (it should start out blank)
  10. If either the High Score button or menu item is pressed, the High score appears in the High score label (it starts out blank)
  11. The Clear button (or menu item) clears all textboxes and labels for a new name to be entered
  12. Include at least one tool tip and use code to check for invalid entries….you can use either try/catch or if statements
  13. Next brings you to form two.
  14. On form 2 the NAME and AVERAGE grade from form 1 appear in a label as well as the CUMULATIVE HIGH GRADE SO FAR
  15. From form 2 you can either:
  16. Exit the app
  17. OR
  18. Return to FORM 1 for another person’s data to be entered. When a second (or third) person’s data is entered the average is NOT cumulative but the high grade IS
  19. Have error checking for improper input.
  20. Be sure to use a module as needed and to follow all directions carefully
  21.  
  22. Download: http://solutionzip.com/downloads/namegradeaverage/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement