【Java】【if条件语句】《用if条件判断成绩的程度》2016.01.28

 package com.geminno.he0126; public class Test06 { public static void main(String[] args) { int score = 86; if (score == 100) { System.out.println("你简直太厉害了!满分!!!"); }else if (score<100 && score>=90) {
相关文章
相关标签/搜索