I'm writing a program that needs to load 20 integers into an array from an external input file then print the contents of the array in tabular format. I understand how to declare and initialize an array as well as how to print in tabular format etc. The thing I'm unclear about is how to initialize the array i.e. load the integers from with in the external file into the array. I am able to print each element but the value its giving me looks like different memory values. Any help would be appreciated, this is also my first post so please let me know if I posted in an incorrect format, thanks.