using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test212
{
calss Program
{
static void Main(string[] args)
{
Console.WriteLine("请输入一个正整数:");
int[] values = new int[4];
for (int i = 0; i < arry.Length; i++)
{
values [i] =Convert.ToInt32(Console.ReadLine());
}
//将一个字符串数组的元素的顺序进行反转。
for(int i=0; i < values.Length/2;i++)//计算机中整数运算4/2=2,因为是整除
{
string temp = names[i];
names[i] = names[names.Length -1 - i];
names[names.Length -1 - i] = temp;
}
for( int i=0; i<names.Length;i++)
{
Console.WriteLine(names[i]);
}
Console.ReadKey();
}
}
}
|