Im trying to write a program that will do
"1. The average of the four numbers. This answer will be placed into a text box reserved for that value. This text box cannot be changed by the user.
2. The maximum and minimum values. These will be denoted by changing the color of the largest number green and the smallest number red.
3. The range of the numbers. The range is defined as the difference between the largest and smallest numbers. The range will be placed into its own text box, labeled as such. This text box cannot be changed by the user."
Can anyone point me in the right direction? Im using visual studio 2008 and it has to be written in VB