I have posted a small part of my code for what I need help on. I am in an intro to C++ class right now and I have to ask the user for the number of tickets and output it to the screen. I have done everything else. The only part I can't get right is formatting when I ask the user to "enter the # of class A tickets sold: "
My professor loves for us to format it to about the center of the screen so it looks nice. But when I try and format it, I can't get it into the center of the screen the way I want. I can only format it to where I push it down to the bottom of the screen and then after that I have formatted the code so the next output to the screen appears in the center (I did not include that part of my code). I am just so confused on how to get it into the center of the screen where I can ask the user to input it instead of the bottom of the screen. Any help on this would be so much appreciated!