返回列表 發帖

資料輸入 (四) - Scanner 類別

利用套件 java.util 中的 Scanner 類別, 來做資料輸入.

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1,str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch01
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串:");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.unti.Arrays
  2. public class Ch18
  3. {
  4.     public static void main(String args[])
  5.     {
  6.       Scanner s=new Scanner(System.in);
  7.       String str1, str2;
  8.       int a;
  9.       float b;
  10.       System.out.print("請輸入一字串(帶空白)");
  11.       str1=.nextline();
  12.       System.out.print("請輸入一字串(不帶空白)");
  13.       str2=.next();
  14.       System.out.print("請輸入整數");
  15.       a=s.nextInt();
  16.       System.out.print("請輸入一浮點數:");
  17.       b=s.nextfloat();
  18.       System.out.println(b);
  19.     }
  20. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.    public static void main(String args[])
  5.    {
  6.        Scanner s=new Scanner(System.in);
  7.        String str1, str2;
  8.        int a;
  9.        float b;
  10.        System.out.print("請輸入一字串(帶空白):") ;
  11.        str1=s.nextLine();
  12.        System.out.println(str1);
  13.        System.out.print("請輸入一字串(不帶空白):") ;
  14.        str2=s.next();
  15.        System.out.println(str2);
  16.        System.out.print("請輸入整數:") ;
  17.        a=s.nextInt();
  18.        System.out.println(a);
  19.        System.out.print("請輸入一浮點數:") ;
  20.        b=s.nextFloat();
  21.        System.out.println(b);
  22.   }
  23. }
複製代碼

TOP

  1. import java.util.scanner;

  2. public class Ch39
  3. {
  4.     public static void main(String args[])
  5.     {
  6.         Scanner s=new Scanner(System.in);
  7.         string str1, str2;
  8.         int a;
  9.         float b;
  10.         System.out.print("請輸入一字串(帶空白):");
  11.         str1=s.nextLine();
  12.         System.out.print(str1);
  13.         System.out.print("請輸入一字串(不帶空白):");
  14.         str2=s.next();
  15.         System.out.print(str2);
  16.         System.out.print("請輸入一整數:");
  17.         a=s.nextInt();
  18.         System.out.println(a);
  19.         System.out.print("請輸入一浮點數:");
  20.         b=s.nextFloat();
  21.         System.out.println(str1)

  22.     }

  23. }
複製代碼

TOP

  1. import java.lang.System;
  2. import java.util.Scanner;
  3. public class Ch50
  4. {
  5.     public static void main(String args[])
  6.     {
  7.         Scanner s=new Scanner(System.in);
  8.         String str1,str2;
  9.         int a;
  10.         float b;
  11.         System.out.print("請輸入一字串(帶空白): ");
  12.         str1=s.nextLine();
  13.         System.out.println(str1);
  14.         System.out.print("請輸入一字串(不帶空白): ");
  15.         str2=s.next();
  16.         System.out.println(str2);
  17.         System.out.print("請輸入一整數: ");
  18.         a=s.nextInt();
  19.         System.out.println(a);
  20.         System.out.print("請輸入一浮點數: ");
  21.         b=s.nextFloat();
  22.         System.out.println(b);
  23.     }
  24. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

  1. import java.util.Scanner;
  2. public class Ch43
  3. {
  4.     public static void main(String args[])
  5.     {
  6.          Scanner s=new Scanner(System.in);
  7.          String str1, str2;
  8.          int a;
  9.          float b;
  10.          System.out.print("請輸入一字串(帶空白): ");
  11.          str1=s.nextLine();
  12.          System.out.println(str1);
  13.          System.out.print("請輸入一字串(不帶空白): ");
  14.          str2=s.next();
  15.          System.out.println(str2);
  16.          System.out.print("請輸入一整數: ");
  17.          a=s.nextInt();
  18.          System.out.println(a);
  19.          System.out.print("請輸入一浮點數: ");
  20.          b=s.nextFloat();
  21.          System.out.println(b);
  22.     }
  23. }
複製代碼

TOP

返回列表