- import java.io.*;
- public class Jamie02 {
- /**
- * @param args
- */
- public static void main(String[] args) throws IOException {
- System.out.println("選擇形狀");
- System.out.print("1.三角形 2.長方形 3.圓形= ");
- BufferedReader br = new
- BufferedReader(new InputStreamReader(System.in));
- String str = br.readLine();
- int C = Integer.parseInt(str);
- if (C>=4){
- System.out.println("輸入錯誤重新啟動");
- }
- if (C== 0){
- System.out.println("輸入錯誤請重新啟動!!");
- }
- if (C==1){
- System.out.println("請問底為幾公分? ");
- String qwe = br.readLine();
- double D = Double.parseDouble(qwe);
- System.out.println("請問高為幾公分? ");
- String ASD = br.readLine();
- double A = Double.parseDouble(ASD);
- System.out.print("三角形面積為="+D*A/2);
- }
- if (C==2){
- System.out.println("請問長為幾公分?");
- String qwe = br.readLine();
- double D = Double.parseDouble(qwe);
- System.out.println("請問寬為幾公分?");
- String ASD = br.readLine();
- double a = Double.parseDouble(ASD);
- System.out.print("長方型面積為="+D*a);
- }
- if (C==3){
- System.out.println("請問半徑為幾公分?");
- String qwe = br.readLine();
- double D = Double.parseDouble(qwe);
- System.out.print("圓形面積為="+D*D*3.14);
- }
- }
- }
Notice
Recent Posts
- SARD UNDERGROUND - 愛は...
- 辣個傳說的女人出現了!!!
- 『離れていても』 / AKB4...
- SONY PS5表示: 我們是賣...
- Live Your Dream - 今、...
- 乃木坂46 『世界中の隣人...
- AKB48 Team TP|2020 愚...
- Textcube 使用的 Youtube...
- Dnsmasq SNIproxy One-cl...
- COMODO Internet Securit...
- 原欅坂46 平假けやき坂46...
- Anynode(Hostigation) 25...
- High X Breeze 微風南山...
- Mr.Children Tour 2018-1...
- AKB48 Team TP - 草原的...
Recent Comments
日 | 一 | 二 | 三 | 四 | 五 | 六 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NHK紅白歌合戦
- AKBがいっぱい~ザ・ベスト・ミュージックビデオ~
- Windows
- 無限重播
- Pumpcloud
- サヨナラの意味
- サヨナラノ意味
- コブクロ
- 逃した魚たち~シングル・ビデオコレクション~
- Movie
- 真夏のSounds good !
- BORDER 贖罪
- パレオはエメラルド
- BudgetNode
- 白石麻衣
- 櫸坂46
- Linode
- 藤圭子
- チャンスの順番
- CDN
- HKBN
- オリコン芸能ニュース
- 福山雅治
- Kinesis
- GIZA studio
- ここにいたこと
- FNS
- フライングゲット
- シンクロニシティ
- いきものがかり
Archive
- Today
- 306
- Total
- 8482215
Search
Summer Memory
JAVA 平行體面積計算 文章
0 Comments