重慶分公司,新征程啟航
為企業提供網站建設、域名注冊、服務器等服務
為企業提供網站建設、域名注冊、服務器等服務
- static void Main(string[] args)
- {
- //接收用戶輸入的字符串,將其中的字符以與輸入相反的順序輸出。
- Console.WriteLine("Give me a string:");
- string mystring = Console.ReadLine();
- string myresult = "";
- for (int i = mystring.Length - 1; i >= 0; i--)
- {
- myresult += mystring[i];//或者myresult += mystring.Substring(i,1);
- }
- Console.WriteLine("The result is {0}:",myresult);
- Console.ReadKey();
- }
創新互聯-成都網站建設公司,專注成都網站制作、成都做網站、網站營銷推廣,域名注冊,網頁空間,網站改版維護有關企業網站制作方案、改版、費用等問題,請聯系創新互聯。