重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

C#倒序输出字符

 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace retrun
{
    class Program
    {
        static void Main(string[] args)
        {
            string act = Console.ReadLine();
            string rev = "";
            for (int index = act.Length-1;index >= 0;index--)
            {
                rev += act[index];
            }
            Console.WriteLine("{0}",rev);
            Console.ReadKey();
        }
    }
}

文章名称:C#倒序输出字符
网站网址:http://cqcxhl.com/article/pjccso.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP