how would I make a table that outputs ASCII values using nested loops?
I know I would need two variables, say x and y, where they add up to the numerical value of ASCII character.
cout << (x+y);
If this is what my table should look like, how do I get there?