I am creating a program where the user has to input how many employee's are working within a company e.g. if there are 100 employees I have to input all 100 employees names then output the names in the same order using the array.
well if the user has the possibility of entering any number would that not mean they would require an infinite number? I currently have it set up where I can set the value in the array e.g. MyArray[8] and then enter in the 8 employees names and get them to output the names in the order I entered them using another loop.