为了账号安全,请及时绑定邮箱和手机立即绑定

麻烦大家看看哪里出错了???

麻烦大家看看哪里出错了???

慕粉3988924 2017-02-10 21:53:12
public class HelloWorld {    public static void main(String[] args) { HellowWorld hello = new HelloWorld(); int maxScore=hello.getMaxAge(); System.out.println("最大年龄为:" + maxScore);  public int getMaxAge(){ int stuAge[]={18,23,21,19,25,29,17};        int max=stuAge[0];        for(int i=0;i<stuAge.length;i++){            if(max<stuAge[i]){                max=stuAge[i];            }        }        return max;          } }}
查看完整描述

2 回答

已采纳
?
习惯受伤

TA贡献885条经验 获得超1144个赞

你怎么能在main方法里面定义方法呢?把getMaxAge方法放到main平级。

查看完整回答
2 反对 回复 2017-02-10
  • 慕粉3988924
    慕粉3988924
    哦哦哦!!!我看了好久都没发现!!!十分感谢
  • 2 回答
  • 0 关注
  • 1316 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信