訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
import java.io.*; public class test { public static void main(String[] args) throws IOException { BufferedReader buf; String str; int num; buf=new BufferedReader (new InputStreamReader (System.in)); str=buf.readLine(); num=Integer.parseInt(str); if (num>=60) System.out.println("恭喜您過關了"); else System.out.println("你要被當了"); } }
import java.io.*; public class test { public static void main(String[] args) throws IOException { BufferedReader buf; String str; int num; buf=new BufferedReader (new InputStreamReader (System.in)); str=buf.readLine(); num=Integer.parseInt(str); System.out.println(num+" 是"+( num%2==0 ? "偶" : "奇" )+"數"); } }
沒東西可以抓
下面是引用唐老鴨於2005-11-8 14:47發表的 : 第三題...java.lang API底下...String class...charAt(int index) .......
下面是引用ks-scott於2005-11-8 16:37發表的 : 對之前完全沒學過任何程式語言的我.......
下面是引用kevinliao於2005-11-8 18:38發表的 : 你現在不就正在學嗎?如果完全都是拿別人給的答案去交差, 那就不叫做學習了, 對吧 .......
下面是引用ooxx123於2005-11-26 19:38發表的 : 以上程式碼...請問要參考哪個章節阿= =?看不懂說...請各位大大幫幫忙~"~我想到的..........