用java程序写出一个程序求3个数中的最大值

日期:2018-03-30 21:34:25 人气:3

用java程序写出一个程序求3个数中的最大值

输出最大值 也可以用程序判断 if(a>b){ if(a>c){ Ststem.out.print(a);最大值 }else{ Ststem.out.print(c);最大值 } }else{ if(b>c){ Ststem.out.print(b);最大值 }else{ Ststem.out.print(c);最大值 } } } } 程序在编译(转为字节码文件)时的确没错。 代码中,args是一个String类型的参数数组。LZ运行时出错。 正确执行方法如下:在命令行键入:java
    A+
热门评论