已采纳回答 / 光之心MAX
public class HelloWorld { //完成 main 方法 public static void main(String[] args) { int[] scores={89,-23,64,91,119,52,73}; System.out.println("考试成绩的前三名为"); Helloword hello=new Helloworld(); // -------此处严重错误,你的类名是HelloWorld,然而你定...
2016-06-14
已采纳回答 / qq_幻生_1
i为整型不能和boolean型结合,而且你即使改为(j==i)&&(i<=9)?i++:j++;依旧会报错,最好是把他放入大括号内if((j==i) && i <= 9) { i++;j++ }
2016-06-14
已采纳回答 / 哈尼露易丝
点击左上角的file,里面有一个import,然后选择项目对应的路径,就可以导入了这有个图文教程:http://jingyan.baidu.com/article/6b97984d63cfc51ca2b0bf1d.html
2016-06-14
已采纳回答 / 慕斯卡9232194
Myeclipse的核心就是eclipse,而Myeclipse在eclipse 的基础上添加了许多插件,使用起来更加方便,但是Myeclipse消耗的资源较多,使用的时候一定要做好优化
2016-06-14