Home > Net >  For help
For help

Time:11-16

VS2015 can do like my classmates, and if it weren't for manual code line?

CodePudding user response:

Print special characters/n Console. WriteLine ("/n please press any key "); Can focus on the escape character

CodePudding user response:

Or the Console. WriteLine points several times to print also can break this

CodePudding user response:

Console. WriteLine () or the Console. Write (" \ n ") - \ n a newline character

CodePudding user response:

Combined with the Console. WriteLine ()

CodePudding user response:

The Console. Write to use the won't line breaks
Use the following good,
Console. WriteLine
  • Related