I need help with the loop of my array program. The point of the program is to ask a user for a certain number of integers and then read that number of integers into arrays. the code I have compiles but it just prints out the copyright notice reads the number of integers and then exits.
yeah I was just being lazy on that one. Thanks for the input. IT works now. But what kind of loop would I need to use for the program to print out the elements one after the other after all the integers have been entered.