For example:
C: \> Enter a number: 60
If the output is "Enter the number:" and the input is "60".
How do I get them to be on the same line?
EDIT: The problem I am facing is that when I print βEnter Number:β, it automatically starts a new line, so the user enters β60β below (on the next line)
c # console user-input
Atomix
source share