0
how to use the control character "\t" to move the tab when displayed on the screen?
How to use the control character "\t" to move the tab when displayed on the screen? wish someone can help me. Thank you.
2 odpowiedzi
+ 5
//By putting "\t" where you want to display space
Console.WriteLine("Hello\t\tWorld!");