導航:首頁 > 編程語言 > java計算結果

java計算結果

發布時間:2023-08-23 23:52:05

Ⅰ 輸入兩個數然後輸入一個運算符計算出結果輸出的java程序怎麼寫

import java.util.Scanner;x0dx0ax0dx0apublic class Test {x0dx0a public static void main(String[] args) {x0dx0a Scanner input=new Scanner(System.in);x0dx0a System.out.println("輸入第一個數");x0dx0a double x=input.nextDouble();x0dx0a System.out.println("輸入第二個數");x0dx0a double y=input.nextDouble();x0dx0a System.out.println("輸入運算符");x0dx0a String op=input.next();x0dx0a if ("+".equals(op)) {x0dx0a System.out.println("結果是:租念嫌高茄"+(x+y));x0dx0a }else if ("-".equals(op)) {x0dx0a System.out.println("結果弊手是:"+(x-y));x0dx0a }else if ("*".equals(op)) {x0dx0a System.out.println("結果是:"+(x*y));x0dx0a }else if ("/".equals(op)) {x0dx0a System.out.println("結果是:"+(x/y));x0dx0a }else {x0dx0a System.out.println("出現異常");x0dx0a }x0dx0a }x0dx0ax0dx0a}

閱讀全文

與java計算結果相關的資料

熱點內容
華為路由器ip設置命令 瀏覽:544
如何打開軟體伺服器 瀏覽:753
單片機介面技術及應用 瀏覽:749
linux下執行腳本文件 瀏覽:125
撥號加密保護 瀏覽:435
b站彈幕加密 瀏覽:599
交友盲盒源碼破解 瀏覽:248
單片機100位百位符號 瀏覽:684
用友通加密狗壞了 瀏覽:548
如何在伺服器上配置外網網址 瀏覽:840
阿里雲伺服器的硬體在哪裡 瀏覽:52
python自動注冊谷歌 瀏覽:329
phpini驗證碼 瀏覽:824
解壓後的文件怎麼驅動 瀏覽:328
老闆要程序員加班 瀏覽:415
泰爾pdf 瀏覽:312
視頻轉碼壓縮哪款軟體好 瀏覽:649
盯盯拍記錄儀下載什麼app 瀏覽:437
新東方新概念英語pdf 瀏覽:697
python中如何創建菜單欄 瀏覽:509