Advertisement
akosiraff

GPA Calculator VB2010

Jun 15th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/gpa-calculator-vb2010/
  3. Create a GPA calculator.
  4. Ask the user to input a list of classes and the number of tests per class.
  5. Once the user has entered this initial information, allow the list to be saved when the user exits the program.
  6. When the program starts, any existing data should be loaded automatically.
  7. After the user has entered the list of classes and number of tests for each class, the user can then enter grades for each test.
  8. Create a button that allows the user to request a GPA calculation at any time. (GPA = average for each class averaged for the total number of classes in a semester.)
  9. All programs should have basic menu options that allow the user to exit the program and perform tasks you deem necessary for the program to function correctly.
  10.  
  11. Download: http://solutionzip.com/downloads/gpa-calculator-vb2010/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement