慕粉1646163810
2017-03-25 20:39
public class HelloWorld{
public static void main(String[] args) {
int score=68;
String mark =(score<60)? "不及格":"及格";
System.out.println("考试成绩如何:"+mark);
}
}
考试成绩如何:及格
Java入门第一季(IDEA工具)
1168383 学习 · 18754 问题
相似问题