Write a program asking the user to enter 10 numbers. At the end, tell them the mean average, maximum and minimum of the values entered

 Add a label and text box for the following to yout form:

    • Number
    • Total
    • Average
    • Minimum
    • Maximum

 Create an "Add" Button to the form

    • Each time the "Add" Button is pressed the following should happen:
      • Number textbox will be added to total and output
      • The average will be calculated and output
      • The highest number will be calculated and output
      • The lowest number will be calculated and output
      • The number textbox will be cleared
      • The Add button will be disabled after 10 numbers have been added

Last modified: Thursday, 7 December 2023, 9:41 AM