Hi I’m fairly new to c# programing so please bear with me. I’m currently working on a “simple” little program which allows the user to enter 5 values into the same text box and once this has been done I want to be able to display the maximum and minimum values and also the average.
Although I’m not completely sure how to do arrays I realise I need to use one for this to work. Im really getting confused how I can get the first inputted value to store into the array indexed 0 then once its stored here move to the next one and store that into index [1] and so on upto 5.
Any help will be much appreciated as ive hit a brick wall
Cheers