Beginner C++ student here, first ever programming class. The code I put together shown below outputs a number square as shown in the screenshot in this link when the user inputs an int. For example, 5:
Yes, I tried adding/subtracting ASCII in certain places in the code to see if I could get it to loop based on ASCII table, but would still put out the same numbers or it would just output no data.
I also tried to insert a switch statement(case 1: iSize = 'A', etc), but it completely overlooked it as well. Not sure what I am doing wrong, as i get the number square only, or just no data.
Since we barely started playing with loops some days ago, I am unsure what is currently possible or not possible with these functions yet.