返回列表 發帖
  1. import java.io.Console;
  2. public class Ch01
  3. {
  4.     public static void main(String args[])
  5.     {
  6.         Console c=System.console();

  7.         int age=Integer.parseInt(c.readLine("輸入年紀: "));

  8.         if(age>=18)
  9.         {
  10.              System.out.println("可以考駕照了!");
  11.         }else
  12.         {
  13.              System.out.println("再等等~");
  14.         }
  15.     }
  16. }
複製代碼
巨槌瑞斯!!!誇爪!!!哈哈哈哈!!!
還敢下來阿冰鳥

TOP

返回列表