Checkout
checkout
view
Your Cart Your Cart: item(s)
Subjects -> Computer Science -> Other -> Posting #49556
Add to Shopping Cart
$2.19 Instant Download
Computer Science, Other
Year 1

done in vb.net, want this to be basic, want minor mistakes to see if i can fix them myself


Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria.

Use a NumericUpDown control to allow the instructor's assistant to enter a test score between 0 and 100.
Use a group of RadioButton controls to determine the grade on Extra Credit Project #1: None (0 points), Average (3 point bonus), Above average (5 point bonus).
Use a second group of RadioButton controls to select whether a student handed in the assignment on time, with the default being On Time. The other choices are 1 to 2 days late (5 point penalty) and more than 2 days late (automatic score of 0).
Display the final total grade in a read-only TextBox control. Use global variables to keep track of which RadioButton control is checked before determining the final grade.
Deliverable Detail

The final grade must be a letter grade (A, B, C, D, or F).  
Declare global variables by placing the Dim statement outside all methods.
gdbExtraCredit: to remember how much extra-credit should be given.
For each radio button, code a sub that handles the CheckedChanged event.
For example:
Private Sub rad1_2DayLate_CheckedChanged (…)
gdbLate = -5
End Sub

By OTA:  Nitu Singal, MBA

OTA Rating:  4.8/5

Your Price:  $2.19  (original value ~$19.95)

What's included:

  • Plain text response
  • Attachment(s):
    • grade.zip
$2.19 Download Add to Cart

Add to Shopping Cart
$2.19 Instant Download
Must be done in visual basic - Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria. Use a NumericUpDown control to allow the instructor's assistant to enter a test score between 0 and 100. Use a group of RadioButton controls to determine the grade on Extra...
Using visual basic .net, please develope grade application and save all files as "grade app"in a zip folder - Design an application like the one in the attachment using letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria. Use a NumericUpDown control to allow the instructor's assistant to enter...
Design Program in VB.NET that Valadates Phone Number entry - Design and develop a program that validates the value a user enters into a TextBox control to ensure that the entry is a valid telephone number. The application should accept a maximum of 12 characters. When the user clicks a button, the program should determine if the entry is of the form 999-999-9999, where the character 9 represents a...
vb.net - Create an application that either sums or averages the rows or columns of a two-dimensional array depending on user choices. Use the following data for the array: 5 7 3 9 12 4 8 9 13 4 0 -1 -7 13 8 4 4 4 4 0 ...
Modify thie minicalc (small modification) - The MiniCalc application was designed to perform basic math calculations: +, -, *, /. However, in its present form, this application needs some improvements. 2. Test the program with 99999 + 99999. This should raise a 'System.OverflowException' exception. 3. Modify the code to catch and handle the exception so that the user can continue. KEEP the...

Page generated in 0.0248 seconds

About Us ·  Contact Us ·  Samples ·  Solutions ·  Legal Terms and Conditions ·  Privacy Policy

©2008 SolutionLibrary.com

Search for Solutions About Us Samples