为了账号安全,请及时绑定邮箱和手机立即绑定

字符串的反转

例如输入:hello everone, 输出enoreve olleh

正在回答

1 回答

using System;
using System.Collections.Generic;
using System.Text;

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            string[,] ov ={{"h","e","l","l","o"," "},{"eve","r","y","o","n","e"}};
            for(int a=0;a<2;a++)
            Console.Write("{0}{1}{2}{3}{4}{5}"+" ",ov[a,5],ov[a,4],ov[a,3],ov[a,2],ov[a,1],ov[a,0]);
        }
    }
}

2 回复 有任何疑惑可以回复我~
#1

qq_追梦者_18 提问者

谢了,大哥
2017-12-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

字符串的反转

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信