I'm working on some C++ homework, and I've hit a little snag. I'm trying to figure out how to store three different user defined names and averages assigned to each one. So far my code asks for input three times, but only outputs the last name and average entered three times. How would I get it to print the three names and averages entered? I'm still figuring out structs and arrays.