当前位置:   article > 正文

C语言建一个简单的菜单,高手来!!!c++设计一个简单的菜单程序

c++文件一级菜单建立

c0b7d5f95e1e42e009c32e1bff82e44b.png

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();

}

}

}

。收起

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/620257
推荐阅读
相关标签
  

闽ICP备14008679号