Readline (); you're telling the console to read a line of input from the user. The result is the console accepts a string. Console.Writeline(string); your ...
確定! 回上一頁