I am trying to make this program keep asking for inputs to make new squares and also to stop when you hit q. i have tried different things but i keep getting errors. this will run but it stops due to the break. if the break is not there it will continue to run and not stop.
ok same code I changed to sigle '' and it runs but after i input a number it just says press any key to continue. does not make my square . I moved the cout try again or press q into the main while statement
ok i had to just start over i was getting my self lost. here is my new code and it does the same thing but a little shorter. only thing it does is when i hit q it will ask the enter a number from 1 to 10 over and over and will not close the program