1.14 - Calculating Averages

1... Create the following form.

In order to wrap text onto another line in the top label, you will have to change the AutoSize property of the table to false. You can then resize the label.

2... Add the code that will allow the user to calculate the average of the four marks entered by the user when they click the appropriate button. The average will be displayed in the label that says Average.

3... Can you figure out how to make the average go to two decimal places? You might have to go online and type the request into google.