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

namespace gukaizhi
{
internal class Jack
{
static Int16 MaxValue(Int16[] intArray)
{

展开全部
收起
3回答
提交回答
  • 至过去的我

    2044人对此回答表示赞同

    我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>
    发布于
  • Jeremiah

    20人对此回答表示赞同

    static Int16 MaxValue(Int16[] intArray)
    {
    Int16 maxVal = intArray[0];
    for (Int16 i = 1; i < intArray.Length; i++)// 这里必须要改正
    {
    if (intArray[i] > maxVal)
    展开
    20
    0回复
    发布于 6年前

    评论(0)

    收起评论

  • 沧海一声笑

    18人对此回答表示赞同

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

    namespace gukaizhi
    {
    class Jack
    {
    static Int16 MaxValue(Int16[] intArray)
    {
    I
    展开
    18
    0回复
    发布于 6年前

    评论(0)

    收起评论

  • NONO小诺

    13人对此回答表示赞同

    你原来的只能最多判断三个数,我给你改成无限判断的了
    static void Main(string[] args)
    {
    Int16 iNum1;
    Int16 iNum2;
    Console.WriteLine("请输入您要输入的数字,我们帮您比大小");
    iNum1 = Convert.ToInt16(Console.
    展开
    13
    0回复
    发布于 6年前

    评论(0)

    收起评论

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
咨询热线

13312967497

扫码添加业务即可随时咨询 还可领取小程序推广攻略

业务咨询: 13312967497
扫码咨询

扫码咨询套餐

回到顶部