返回列表 發帖

[作業] if...else if...else 判斷式

本帖最後由 tonyh 於 2014-5-17 14:33 編輯

  1. import java.io.Console;
  2. public class ch11
  3. {
  4.     public static void main(String args[])
  5.     {
  6.         Console c=System.console();
  7.         int x,y;
  8.         System.out.print("請輸入x: ");
  9.         x=Integer.parseInt(c.readLine());
  10.         System.out.print("請輸入y: ");
  11.         y=Integer.parseInt(c.readLine());
  12.         System.out.println("您剛輸入的x為"+x+",y為"+y);
  13.         if(x>y)
  14.             System.out.println("x>y");
  15.         else if(y>x)
  16.             System.out.println("y>x");
  17.         else
  18.             System.out.println("x=y");
  19.     }
  20. }
複製代碼
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

  1. import java.io.Console;
  2. public class ch10
  3. {
  4.     public static void main(String args[])
  5.     {
  6.         Console c=System.console();
  7.         int x, y;
  8.         String str;
  9.         System.out.println("請輸入x: ");
  10.         x=Integer.parseInt(c.readLine());
  11.         System.out.println("請輸入y: ");
  12.         y=Integer.parseInt(c.readLine());
  13.         //System.out.println("您剛輸入x的值為"+x+",y值為"+y);
  14.         if(x>y)
  15.            str="您剛輸入x的值為"+x+",y值為"+y+", x大於y!";
  16.         else if(x<y)
  17.            str="您剛輸入x的值為"+x+",y值為"+y+", x小於y!";
  18.         else
  19.            str="您剛輸入x的值為"+x+",y值為"+y+", x等於y!";
  20.         System.out.print(str);
  21.     }
  22. }
複製代碼

TOP

javac指令無法使用?

TOP

本帖最後由 林以諾 於 2014-5-17 14:18 編輯
  1. import java.io.Console;
  2. public class ch11
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Console c=System.console();
  7.          String str;
  8.          int x,y;
  9.          System.out.print("請輸入x的值: ");
  10.          x=Integer.parseInt(c.readLine());
  11.          System.out.print("請輸入y的值: ");
  12.          y=Integer.parseInt(c.readLine());
  13.          if(x==y)
  14.          str="您剛才輸入的x值為"+x+",y值為"+y+",x等於y!!";
  15.          else if(x>y)
  16.          str="您剛才輸入的x值為"+x+",y值為"+y+",x大於y!!!";
  17.          else
  18.          str="您剛才輸入的x值為"+x+",y值為"+y+",x小於y!!!";
  19.          System.out.print(str);
  20.           }
  21. }
複製代碼

TOP

  1. import java.io.Console;
  2. public class ch11
  3. {
  4.     public static void main(String args[])
  5.     {
  6.         Console c=System.console();
  7.         int x,y;
  8.         System.out.print("請輸入x");
  9.         x=Integer.parseInt(c.reaLine());
  10.         System.out.println("請輸入y");
  11.         y=Integer.parseInt(c.readLine());
  12.         System.out.println("您剛輸入的x為"+x+",y為"+y);
  13.         if(x>y)
  14.             System.out.println("x>y");
  15.         else if(y>x)
  16.             System.out.println("y>x");
  17.         else
  18.             System.out.println("x=y");
  19.     }
  20. }
複製代碼

TOP

  1. import java.io.Console;
  2. public class ch11
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Console c=System.console();
  7.          String str;
  8.          int x,y;
  9.          System.out.print("請輸入x的值: ");
  10.          x=Integer.parseInt(c.readLine());
  11.          System.out.print("請輸入y的值: ");
  12.          y=Integer.parseInt(c.readLine());
  13.          if(x==y)
  14.          str="您剛才輸入的x值為"+x+",y值為"+y+",x等於y!!";
  15.          else if(x>y)
  16.          str="您剛才輸入的x值為"+x+",y值為"+y+",x大於y!!!";
  17.          else
  18.          str="您剛才輸入的x值為"+x+",y值為"+y+",x小於y!!!";
  19.          System.out.print(str);
  20.           }
  21. }
複製代碼

TOP

  1. import java.io.Console;
  2. public class ch11
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Console c=System.console();
  7.          String str;
  8.          int x,y;
  9.          System.out.print("請輸入x的值: ");
  10.          x=Integer.parseInt(c.readLine());
  11.          System.out.print("請輸入y的值: ");
  12.          y=Integer.parseInt(c.readLine());
  13.          if(x==y)
  14.          str="您剛才輸入的x值為"+x+",y值為"+y+",x等於y!!";
  15.          else if(x>y)
  16.          str="您剛才輸入的x值為"+x+",y值為"+y+",x大於y!!!";
  17.          else
  18.          str="您剛才輸入的x值為"+x+",y值為"+y+",x小於y!!!";
  19.          System.out.print(str);
  20.     }
  21. }
複製代碼

TOP

  1. import java.io.Console;
  2. public class ch10
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Console c=System.console();
  7.          String str;
  8.          int x,y;
  9.          System.out.print("請輸入x的職: ");
  10.          x=Integer.parseInt(c.readLine());
  11.          System.out.print("請輸入y的職: ");
  12.          y=Integer.parseInt(c.readLine());
  13.          if(x==y)
  14.              str="您剛輸入x的值是"+x+",y值為"+y+",x等於y!!";
  15.          else if(x>y)
  16.              str="您剛輸入x的值是"+x+",y值為"+y+",x大於y!!";
  17.          else
  18.              str="您剛輸入x的值是"+x+",y值為"+y+",x小於y!!";
  19.          System.out.printIn(str);
  20.          )
  21.     }
  22. }
複製代碼

TOP

返回列表