Board logo

標題: 308-電腦周邊費用計算 [打印本頁]

作者: 許承鴻    時間: 2018-7-17 18:53     標題: 308-電腦周邊費用計算

import java.util.Scanner;
public class JPD03 {
    static Scanner keyboard = new Scanner(System.in);
    static int i = -1;
    public static void main(String[] args) {
        int total = 0, s = 0;
        

        ...


    }
}
作者: 張閎鈞    時間: 2018-7-24 19:19

  1. package HI87;

  2. import java.util.Scanner;

  3. public class hi78 {

  4.           static Scanner keyboard = new Scanner(System.in);

  5.           public static void main (String argv[]){
  6.                   int i=0;
  7.                   int k=0;
  8.               do
  9.               {
  10.                       k=k+i;
  11.                       System.out.print("請輸入消費金額<或數入-1結束:");
  12.                        i=keyboard.nextInt();
  13.               }while(i!=-1);
  14.               System.out.print("電腦週邊總消費:"+k);
  15.                   
  16.                   
  17.                   
  18.                   
  19.                   
  20.                   
  21.                   
  22.           }
  23. }
複製代碼

作者: 巫沛庭    時間: 2018-7-24 19:23

  1. import java.util.Scanner;
  2. public class JPA03 {
  3.     static Scanner keyboard = new Scanner(System.in);
  4.     static int i = -1;
  5.     public static void main(String[] args) {
  6.         int total = 0, s = 0;
  7.         

  8.       
  9.       do{
  10.               total+=s;
  11.               System.out.print("請輸入消費金額,或輸入-1結束: ");
  12.               s=keyboard.nextInt();
  13.       }while(s!=-1);
  14.       
  15.     }
  16. }
複製代碼

作者: 巫晉宇    時間: 2018-7-24 19:28

package sdasda;

import java.util.Scanner;

public class dwaadw {
        static Scanner e=new Scanner(System.in);
        public static void main(String[] args) {
                int t = 0, o = 0;
                do
                {
                         t+=o;
                        System.out.println("請輸入消費金額,或輸入-1結束:");
                        o=e.nextInt();
                       
                }while(o!=-1);
          
                System.out.println("電腦周邊總消費:"+t);
         }
        }




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2