I am trying to get information from a textbox input. This textbox is meant to have numbers placed inside of it and will then be put into an array so that the numbers can be used to find the min, max, and average.
I am unsure of how to get the information from the textbox so I can use it to find the min, max, and average. I already have an idea of how to find the numbers, I just don't know how to collect them from the textbox.