FarmLake
2016-06-20 13:15
package com.imooc;
public class HelloWorld {
public static void main(String[] args){
int score=98;
if(score>=60);{
System.out.println("you are the best.");
}else{
System.out.println("Go to hell.");
}
}
}
if(score>=60) 这里不用加分号
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题