My program is not supposed to ask for any inputs besides the value for n which represents the limit of the array. The values to be evaluated are the values of "i", which range form 0 to n where n is the limit of the array. for example the first number would be 0 since "i" it starts at 0, then 1, 2 and so on.