赞
踩
2008-11-08
题目:编写一个程序,对输入的5个整数,求出其中最大值和最小值。
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication7
{
class Program
{
static void Main(string[] args)
{int i,j,h,t;
int[] nums=new int[];
console.write("请输入数字\n");
for(i=0,it)
t=a[i];}
console.writeline("最小值为{0},最大值为{1}",h,t);
}
}
先来说下你的问题:
1。关键字为分大小写的:Console。Write
2。nums数组无长度
3。下面又出来个a数组
4。for循环也错了;写成了,还有i,j没有值就开始比较。
说点建议:这个小程序还要多写,下面是我写的,时间短就没有注意规范。 慢慢来一起加油!!
using System;
using System。Collections。Generic;
using System。Text;
namespace Pop
{
class Program
{
static void Main(string[] args)
{
Console。 WriteLine("请输入5个数字\n...全部
先来说下你的问题:
1。关键字为分大小写的:Console。Write
2。nums数组无长度
3。下面又出来个a数组
4。for循环也错了;写成了,还有i,j没有值就开始比较。
说点建议:这个小程序还要多写,下面是我写的,时间短就没有注意规范。
慢慢来一起加油!!
using System;
using System。Collections。Generic;
using System。Text;
namespace Pop
{
class Program
{
static void Main(string[] args)
{
Console。
WriteLine("请输入5个数字\n");
int[] a=new int[5];
int n=0;
while(n a[j])
{ int temp = a[i]; a[i] = a[j]; a[j] = temp; }
}
}
Console。
Write("经选择法排序后为:");
foreach(int j in a)
Console 。Write(j+" ");
Console。
WriteLine("要求的结果为:");
Console。WriteLine("最小值为{0},最大值为{1}",a[0],a[4]);
Console。
ReadKey();
}
}
}
。收起
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。