Visual basic Write an application to compute the average of a set of temperature readings. The application prompts the user to enter the number of temperature readings to be entered, then prompts the user to enter each temperature reading successively. It then computes and displays their average.
• The application does not ask the user for the number of readings ahead of time. It prompts
the user to enter the readings until the user selects the Cancel button from input box.