Ca simple demonstration example of console input and output

From , 5 Years ago, written in C#, viewed 133 times.
URL https://pastebin.vip/view/a78e17c9
  1.  
  2. Read : Reads a single character – int i = Console.Read();
  3.  
  4. ReadLline : 读取一行 – string str = Console.ReadLine();
  5.  
  6. Write : 输出一行 – Console.Write (“Write: 1);
  7.  
  8. WriteLine : 输出一行加上换行符(\n) – Console.WriteLine(“Test Output Data with Line”);
  9.  
  10.  
  11. //csharp/7497

Reply to "Ca simple demonstration example of console input and output"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website