Hey. I want to create a program were the user enters 3 one digit number and the program compares that number in a container filled with a series of numbers.
My question is. what container do i use to store a series of numbers in or should i do an array.
Also what function do i use to search for the number entered in the container?