java程序编译错误问题,新手
不知道为什么出现这个错误:error:reachedendoffilewhileparsing}^1error,求指导.程序代码:8-1要求:1、考试成绩已保存在数组sc...
不知道为什么出现这个错误:error: reached end of file while parsing
}
^
1 error
,求指导.
程序代码:
8-1
要求:
1、 考试成绩已保存在数组 scores 中,数组元素依次为 89 , -23 , 64 , 91 , 119 , 52 , 73
2、 要求通过自定义方法来实现成绩排名并输出操作,将成绩数组作为参数传入
3、 要求判断成绩的有效性( 0—100 ),如果成绩无效,则忽略此成绩;
import java.util.Arrays;
public class helloWorld{
int[] scores={89,-23,64,91,119,52,73};
public static void main(String[] args){
System.out.println("成绩的前三名为: ");
helloWorld hello=new helloWorld();
hello.show(scores);
}
public void show(int[] scores){
Arrays.sort(socres);
int count=0;
for(i=scores.length-1;i>=0&&count<3;i++){
if(scores[i]>=0||scores[i]<=100)
{
System.out.println(scores[i])
count++;
}
}
} 展开
}
^
1 error
,求指导.
程序代码:
8-1
要求:
1、 考试成绩已保存在数组 scores 中,数组元素依次为 89 , -23 , 64 , 91 , 119 , 52 , 73
2、 要求通过自定义方法来实现成绩排名并输出操作,将成绩数组作为参数传入
3、 要求判断成绩的有效性( 0—100 ),如果成绩无效,则忽略此成绩;
import java.util.Arrays;
public class helloWorld{
int[] scores={89,-23,64,91,119,52,73};
public static void main(String[] args){
System.out.println("成绩的前三名为: ");
helloWorld hello=new helloWorld();
hello.show(scores);
}
public void show(int[] scores){
Arrays.sort(socres);
int count=0;
for(i=scores.length-1;i>=0&&count<3;i++){
if(scores[i]>=0||scores[i]<=100)
{
System.out.println(scores[i])
count++;
}
}
} 展开
5个回答
展开全部
静态方法不能直接访问非静态成员变量的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
scores[i]>=0||scores[i]<=100 这个条件也应该改成&&吧 ?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个问题应该是语法的问题,把代码贴上来分析吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最后少了一个 }
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你代码少了最后一个}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询