Write a program visual basic format


Write a program visual basic format that has a main form with the following attributes:
A main form, with these attributes:
At least 10 text boxes down the left side for the user to enter student names.
To the right of each of those, a column of text boxes for the user to enter the student's point grade.
To the right of each of those, a column of text boxes that the user can not enter anything, but will contain the student's grade when you are done calculating it.
Appropriately label each column, and put "The School of Computing" header on the form.
Put two more text boxes that the user can not enter anything in, and label them "Average" and "Std. Dev."
Put a button on the form that says "Calculate".
When the user clicks the "Calculate" button:
Find the average and standard deviation (remember your math classes?) of the group, and show those in the appropriate textboxes.
Using the standard 90-80-70-60 sequence, figure out the grade letter for each student and put it in the appropriate textbox 

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: Write a program visual basic format
Reference No:- TGS093564

Expected delivery within 24 Hours