真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

(C#)將用戶輸入的字符串相反輸出

  1. static void Main(string[] args)  
  2. {   
  3.   //接收用戶輸入的字符串,將其中的字符以與輸入相反的順序輸出。 
  4.    Console.WriteLine("Give me a string:");  
  5.    string mystring = Console.ReadLine();             
  6.    string myresult = "";  
  7.    for (int i = mystring.Length - 1; i >= 0; i--)  
  8.    {  
  9.      myresult += mystring[i];//或者myresult += mystring.Substring(i,1); 
  10.    }  
  11.    Console.WriteLine("The result is {0}:",myresult);  
  12.             Console.ReadKey();  
  13. }   

 

創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司,專注成都網(wǎng)站制作、成都做網(wǎng)站、網(wǎng)站營銷推廣,域名注冊,網(wǎng)頁空間,網(wǎng)站改版維護(hù)有關(guān)企業(yè)網(wǎng)站制作方案、改版、費(fèi)用等問題,請聯(lián)系創(chuàng)新互聯(lián)。


網(wǎng)站名稱:(C#)將用戶輸入的字符串相反輸出
網(wǎng)站鏈接:http://weahome.cn/article/jjsgdc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部