访客只能看到部份内容,免费 加入会员 或由脸书 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发表的 : 以上程式码...请问要参考哪个章节阿= =?看不懂说...请各位大大帮帮忙~"~我想到的..........