How to read integers or multiple variables in one line in c#?

前端 未结 0 959
我在风中等你
我在风中等你 2020-12-02 13:10

I want to write a Program which reads the user inputs in the same line. Such as

if we write

int x, y, z; 
x = Console.ReadLine();
y = Console.ReadLine(         


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