I'm currently taking a C++ class in my high school. We have to write this program that uses a switch statement(easy tbh). but also have to make it print out a table, collect all the results and then have the results be printed out onto the table. Sounds confusing because I only know of the switch statement as you selecting a case number, I don't know how to make each individual case print out. I think that's what I'm trying to convey..