For example:
C:\>Input a number: 60
Where the output would be "Input a number: " and the input would be "60".
How do I get these to be on the same line?
EDIT: The problem that I'm having is that when I output "Input a number: " it automatically starts a new line, so the user inputs "60" underneath (on the next line)