For this program, I need to be able to prompt the user 3 times for student record info, and when it is all gathered, print to the console everything that was compiled. It allows me to input the 3 sets of data, but after the third, the program terminates without ever printing. Why?!? The input and output subprograms and calls are pretty much identical...
Well, I think I see what the issue is. It works fine, so long as the user input is the same as the datatype. If the user enters the wrong data in, it kicks it out. I'll need to fingure a way to restrict it each time.