I'm trying to create a multiplication table program, but I'm having issues setting it up. Now, the multiplication table is working fine, it accepts all integers, but now I need to use cin.ignore so it ignores !#%^@, but I have no idea how to start typing up a code like that and combine it with this code. I also need to make it loop back to the question once it answers it, how do I do that? Any suggestions?