【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) {
相關文章
相關標籤/搜索