Hi, so im wondering of its possible to display the output in any part of the console, not just in the left part. Im doing a bio data and I would like to make it as a bio data that the user can fill up. I would like to display my couts for example in the middle or like this
What i aim as an output
------------------------------------------
First ame:_ Middle name:_ Last name:_
*Here's what I have so far. Sorry Im just a beginner
You can put multiple variables on a single cout statment, but would need to include a space between them so that first name, middle and last are not joined together.