internal class Program { static void Main(string[] args) { Console.Write("Enter number:"); try { Convert.ToInt32(Console.ReadLine()) ...
確定! 回上一頁