從鍵盤輸入一串整數,按數字的相反順序輸出

class Program     {         static void Main(string[] args)         {             Sort s1 = new Sort();             while (true)             {                 Console.WriteLine("請輸入一組小於10位的數字,將會逆序打印")
相關文章
相關標籤/搜索