Question: I need program that user enter in multiple # inputs.
After the user enters in one input they will select "Add Time".
Once the user enters in the desired amount of inputs, they will then select the second button "Calculate".
From here the application will evaluate the total average of all the inputs the user entered in.
Again one in put is entered at a time, after each input the user selects the "add Time" button.
I am having difficulty with this problem because I don't know where to start with.