why does the first column remain empty on cmd prompt in c#

前端 未结 0 937
鱼传尺愫
鱼传尺愫 2021-01-01 20:04

I\'m running a simple code to print numbers from 100 to 1:

for (int i = 100; i > 0; i--)
{
    Console.Write(i + "\\t");
}

in th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题