---
# System prepended metadata

title: "\U0001F3C5 JS 任務 Day6 - if 流程判斷 II"
tags: [軟體工程師體驗營 - 2023]

---

---
tags: 軟體工程師體驗營 - 2023
---

# 🏅 JS 任務 Day6 - if 流程判斷 II

### 題目一：日幣計算機 (1:0.32)

``` =JavaScript
// input 輸入
TWDtoJPY(-1)
TWDtoJPY("hi~")
TWDtoJPY(2000)
TWDtoJPY(320)
// output 輸出
"...沒錢別來亂"
"當我看不懂字串？？"
"你換到的日幣有：6250"
"你換到的日幣有：1000"

```
### 題目二：匯率計算機
* 美金：1:29
* 港幣：1:3
* 英鎊：1:35
``` =JavaScript
// input 輸入
TWDtoAnother(100,"USD")
TWDtoAnother(100,"Sword Art Online")
TWDtoAnother(100,"HKD")
TWDtoAnother(100,"GBP")

// output 輸出
"2900"
"..."
"300"
"3500"
```

### 題目三：BMI 計算機
* [公式](https://depart.femh.org.tw/dietary/3OPD/BMI.htm)
``` =JavaScript
// input 輸入 
// BMI(身高,體重)

// output 輸出
"正常"
"重度肥胖"
"中度肥胖"
"輕度肥胖"
"過重"
"過輕"
```

## 進階題，不適合新手
### 字串切割+if
* 如果第一個數字是質數，請將第二、三個數字加總
* 如果第一個數字是偶數，請將第二、三個數字相減
* 如果第一個數字不是質數也不是偶數，請將第二、三個數字相乘
``` =JavaScript
// input 輸入
sum("13,20,10")
sum("10,2,3")
sum("9,5,7")
// output 輸出
30
-1
35
```

## 回報流程

1. 將答案貼在 Codepen 並複製 Codepen 連結貼至「回報區」回報
（也可以將答案直接貼至「回報區」）

![](https://i.imgur.com/vftL5i0.png)


回報區
---

| 報數 |     Discord 名字     |                                Codepen／其他回饋                                 |
|:----:|:--------------------:|:--------------------------------------------------------------------------------:|
|  1   |     Rochel#4754      |      [codepen](https://codepen.io/rochelwang1205/pen/vYVWjRj?editors=0010)       |
|  2   |       Nex#2964       |               [codepen](https://codepen.io/Samuel_D4C/pen/oNaodpG)               |
|  3   |     Berlin#7338      |                [codepen](https://codepen.io/3qberlin/pen/wvYPjyN)                |
|  4   |     銀光菇#1692      |             [codepen](https://codepen.io/genesynthesis/pen/yLRPjjN)              |
|  5   |      snow#0255       |               [codepen](https://codepen.io/snow21723/pen/PoyOeQy)                |
|  6   |      Tami#6742       |           [CodePen](https://codepen.io/wqsdqbjn-the-vuer/pen/xxyPjar)            |
|  7   |     chichi#1534      |              [CodePen](https://codepen.io/chichihuang/pen/OJBOExP)               |
|  8   |      DeLi#8324       |              [CodePen](https://codepen.io/delichaomoon/pen/OJBOZEr)              |
|  9   |    andychiou#4830    |             [CodePen](https://codepen.io/andychiou1113/pen/MWPOXgj)              |
|  10  |       kai#1098       |                 [CodePen](https://codepen.io/ahkai/pen/zYmPaZp)                  |
|  11  |     JimWang#6134     |         [CodePen](https://codepen.io/Jim-Wang-the-selector/pen/poxdKde)          |
|  12  |      阿榮#8277       |        [Codepen](https://codepen.io/codeitaday/pen/wvYPXXG?editors=1011)         |
|  13  |    Alec Wang#4913    |                [Codepen](https://codepen.io/AlecWang/pen/OJBOZdq)                |
|  14  |   Kulimusoda#2785    |        [Codepen](https://codepen.io/yuch3n_chen/pen/VwErBLw?editors=0010)        |
|  15  |       Uli#1946       |                [Codepen](https://codepen.io/uli1313/pen/wvYPxoe)                 |
|  16  |      冬天#5215       |                [Codepen](https://codepen.io/winter_/pen/QWZOxYv)                 |
|  17  |       mo#0447        |                [Codepen](https://codepen.io/mozentw/pen/KKGyeXa)                 |
|  18  |     Quantum#6093     |              [Codepen](https://codepen.io/Min-Hao-Hung/pen/XWxzBqw)              |
|  19  | K（アギルダー）#0386 |               [Codepen](https://codepen.io/klay376014/pen/MWPOBGZ)               |
|  20  |    135144365#3152    |          [Codepen](https://codepen.io/Heng902/pen/abRVKPR?editors=1111)          |
|  21  | charlottelee849#0366 |          [Codepen](https://codepen.io/char849/pen/NWOwMQW?editors=0012)          |
|  22  |    Jacky7035#9423    |                [Codepen](https://codepen.io/adens123/pen/abRVapZ)                |
|  23  |    JhouHank#8132     |                [Codepen](https://codepen.io/JhouHank/pen/QWZOVjz)                |
|  24  |     Snadra#1987      |                [Codepen](https://codepen.io/mlqmhltg/pen/RwejBwP)                |
|  25  |    satarkuo#5736     |         [Codepen](https://codepen.io/SatarKuo/pen/OJBOopo?editors=1011)          |
|  26  |     endau66#2102     |                [codepen](https://codepen.io/endau66/pen/qBJVKyL)                 |
|  27  |     Eden.C#9359      |                 [codepen](https://codepen.io/iseden/pen/MWPOqGa)                 |
|  28  |    肉個阿倫#7172     |                [Codepen](https://codepen.io/i9574385/pen/wvYPYea)                |
|  29  |      魚翅#3100       |                [Codepen](https://codepen.io/Fukahire/pen/vYVWVJM)                |
|  30  |    Izumi 泉#9691     |               [Codepen](https://codepen.io/kouta-f2e/pen/KKGyGMM)                |
|  31  |    peihsuan#6315     |              [Codepen](https://codepen.io/peihsuanlai/pen/vYVWQMx)               |
|  32  |      狸貓#5863       |         [Codepen](https://codepen.io/tanuki320/pen/PoyOBPG?editors=1111)         |
|  33  |      yoyo#1003       |                    [Codepen](https://codepen.io/pen/VwErVjY)                     |
|  34  |      辣椒#1002       |       [Codepen](https://codepen.io/chilichen118/pen/yLRPGdO?editors=0011)        |
|  35  |      Eero#1147       |        [Codepen](https://codepen.io/Eero-Chiao/pen/dygZKoj?editors=1011)         |
|  36  |      汪汪#4486       |               [Codepen](https://codepen.io/hunwooooof/pen/XWxzOVV)               |
|  37  |     ChaosTu#9311     |          [Codepen](https://codepen.io/torotu/pen/oNaoQLv?editors=0012)           |
|  38  |      冷曄#9378       |          [Codepen](https://codepen.io/HgHale/pen/RwejvJX?editors=1111)           |
|  39  |     PayRoom#8328     |               [CodePen](https://codepen.io/water38198/pen/BaqmEwq)               |
|  40  |      姜承#8204       |                [CodePen](https://codepen.io/Troy0718/pen/jOeaRoE)                |
|  41  |     jelly77#2088     |        [CodePen](https://codepen.io/Ming-chiang/pen/jOeaRZj?editors=0011)        |
|  42  |      Akira#9996      |               [CodePen](https://codepen.io/Akira-Chen/pen/zYmPXzq)               |
|  43  |     Evaxof#1266      |          [CodePen](https://codepen.io/evaxof/pen/xxyPebZ?editors=0010)           |
|  44  |      duck#3310       |         [CodePen](https://codepen.io/papy0715/pen/JjmOqYp?editors=0012)          |
|  45  |      羽毛#5463       |               [CodePen](https://codepen.io/KYuFeather/pen/bGmYPaY)               |
|  46  |    HsuanTang#1349    |               [CodePen](https://codepen.io/HsuanTang/pen/GRYOLaw)                |
|  47  |     wiimax#4564      |               [Codepen](https://codepen.io/willismax/pen/JjmOqqw)                |
|  48  |      兔子#6746       |             [Codepen](https://codepen.io/CarrotDetector/pen/ExdbqNP)             |
|  49  |      Janet#5784      |        [Codepen](https://codepen.io/janetlinnn/pen/OJBOewj?editors=0011)         |
|  50  |     wendyli#2155     |        [Codepen](https://codepen.io/rockayumitw/pen/VwErovp?editors=0012)        |
|  51  |       翔.#0859       |       [Codepen](https://codepen.io/energy95272z/pen/RwejXvB?editors=0012)        |
|  52  |     ray0304#2070     |                [Codepen](https://codepen.io/Ray0304/pen/NWOwQoZ)                 |
|  53  |      居米#6044       |        [Codepen](https://codepen.io/AndyLiu0427/pen/qBJVeLP?editors=0012)        |
|  54  |      Welly#3964      |                [Codepen](https://codepen.io/welly09/pen/rNqpBMw)                 |
|  55  |     jimhop#6510      |        [Codepen](https://codepen.io/jimsansssss/pen/jOeajmZ?editors=1111)        |
|  56  |     jackwu#4437      |             [Codepen](https://codepen.io/jackwu1588003/pen/BaqmXrG)              |
|  57  |      Athem#9661      |                [Codepen](https://codepen.io/athemLin/pen/wvYPLQp)                |
|  58  |     黑白兔#0684      |               [Codepen](https://codepen.io/johnny329/pen/YzJEojW)                |
|  59  |    David0799#4415    |         [Codepen](https://codepen.io/David0799/pen/gOBoYdO?editors=0010)         |
|  60  |     jia yu#8896      |   [Codepen](https://codepen.io/fjqxaznl-the-reactor/pen/ExdoYGp?editors=0010)    |
|  61  |   Jerry456789#9029   |         [Codepen](https://codepen.io/aria198a/pen/GRYyKGK?editors=0010)          |
|  62  |   しあわせね#0036    |    [Codepen](https://codepen.io/Front-end-engineer/pen/abRVeey?editors=0011)     |
|  63  |     jun777#2468      |        [Codepen](https://codepen.io/js18151102/pen/yLRPmKL?editors=0011)         |
|  64  |       Yuu#5361       |                [Codepen](https://codepen.io/alycehwy/pen/NWOXWaw)                |
|  64  |      homer#1525      |                [Codepen](https://codepen.io/Buckhorn/pen/WNaXmaJ)                |
|  65  |      vvay#4113       |          [Codepen](https://codepen.io/pellmssx-the-sasster/pen/MWPOPQv)          |
|  66  |    Bruce-Lee#0629    |          [Codepen](https://codepen.io/xxhdklwi-the-decoder/pen/MWPOGLy)          |
|  67  |      SKey#9905       |               [Codepen](https://codepen.io/Dale-Chien/pen/PoyOrKp)               |
|  68  |      雲漢#5319       |          [codepen](https://codepen.io/keon981/pen/abREmoz?editors=0011)          |
|  69  |     Hanana#9025      |               [Codepen](https://codepen.io/hananalin/pen/ExdbOdY)                |
|  70  |      泊岸#3466       |        [Codepen](https://codepen.io/qoq77416416/pen/RwexGQQ?editors=0011)        |
|  71  |      啊和#4729       |           [codepen](https://codepen.io/shnny/pen/ZEqvBKe?editors=0011)           |
|  72  |     君Jyun#0147      |        [codepen](https://codepen.io/JyunCodepen/pen/YzJEJaM?editors=1011)        |
|  73  |    liam9930#4129     |   [codepen](https://codepen.io/jgnjfvvt-the-lessful/pen/ZEqadEo?editors=0011)    |
|  74  |    Jaredlee#5887     |         [codepen](https://codepen.io/jared-lee/pen/BaqmvPM?editors=0012)         |
|  75  |      MitA#7407       |              [codepen](https://codepen.io/qaz15996398/pen/GRYyELm)               |
|  76  |     Yui1024#8275     |               [codepen](https://codepen.io/Yuiyuichou/pen/xxypXRP)               |
|  77  |   clairechen#3498    |              [codepen](https://codepen.io/yi-wen-chen/pen/YzJEvzJ)               |
|  78  |     長方形#9612      |                 [codepen](https://codepen.io/imjjw/pen/MWPrpyd)                  |
|  79  |      肉魚#2149       |               [codepen](https://codepen.io/zoechen13/pen/KKGyOgY)                |
|  80  |      提姆#9581       |                 [codepen](https://codepen.io/timouo/pen/yLRpBBO)                 |
|  81  |   edie599916#7112    |         [codepen](https://codepen.io/Chen-CiCi/pen/oNappmG?editors=0010)         |
|  82  |        PoWei         |     [codepen](https://codepen.io/harrison-wei-lai/pen/ZEqvopd?editors=1112)      |
|  83  |       cbs#9007       |                 [Codepen](https://codepen.io/wasdjk/pen/yLRpbVJ)                 |
|  84  | Jennifer Chuang#3937 |                 [Codepen](https://codepen.io/yujhen/pen/jOeYOEL)                 |
|  85  |    alexmav04#5048    |         [Codepen](https://codepen.io/alexmav04/pen/YzJYBKa?editors=0011)         |
|  86  |      Judy☻#7874      |         [Codepen](https://codepen.io/hsiaohan/pen/eYPyxNz?editors=0011)          |
|  87  |    Jarvis莊#8679     |        [Codepen](https://codepen.io/jason-hsuan/pen/abREMge?editors=0011)        |
|  88  |    變羊魔法#6372     |               [Codepen](https://codepen.io/cssf998811/pen/MWPrRNw)               |
|  89  |    Pinkstar#4993     |              [Codepen](https://codepen.io/gabriel09772/pen/XWxVvmL)              |
|  90  |      柚子#3958       |         [Codepen](https://codepen.io/as6625998/pen/oNaENoK?editors=0011)         |
|  91  |   andrew0404#4576    |          [Codepen](https://codepen.io/Loonng/pen/NWOwZrg?editors=0010)           |
|  92  |      安安#4782       |          [Codepen](https://codepen.io/ratsai/pen/BaqYyZr?editors=0002)           |
|  93  |      Zhong#8917      |          [Codepen](https://codepen.io/klfjrlod-the-sasster/pen/jOeZqdr)          |
|  94  |      ABOOS#6276      |         [Codepen](https://codepen.io/guhungyin/pen/KKGQMvX?editors=0012)         |
|  95  |    貢波波夫#3056     |          [Codepen](https://codepen.io/mxgrfgcr-the-bashful/pen/jOeZMLQ)          |
|  96  |       YHT#1696       |                 [Codepen](https://codepen.io/YHT31/pen/ExdoNjX)                  |
|  97  |     郭芙蘭#6374      |         [Codepen](https://codepen.io/flora_Kuo/pen/qBJxXZd?editors=0011)         |
|  98  |      呵哈#6479       |                 [Codepen](https://codepen.io/CHYETI/pen/rNqJGjM)                 |
|  99  |      betty#0693      |         [Codepen](https://codepen.io/betty-hu/pen/BaqYmdz?editors=0012)          |
| 100  |     鄭舜仁#6606      |                [Codepen](https://codepen.io/randomno/pen/JjmMNwa)                |
| 101  |      小明#4408       |   [Codepen](https://codepen.io/ujlylmbv-the-lessful/pen/yLRvjLq?editors=1010)    |
| 102  |  bonnieli1414#4906   |       [Codepen](https://codepen.io/bonnieli1414/pen/oNaEJqz?editors=1010)        |
| 103  |     Pigsue#5981      |          [Codepen](https://codepen.io/weixiii/pen/LYgQoBQ?editors=1111)          |
| 104  |    leo.yujie#8280    |          [Codepen](https://codepen.io/peihsin-the-scripter/pen/vYVRLyK)          |
| 105  |      鉦勝#8333       |        [Codepen](https://codepen.io/atckmax823/pen/abRYdyo?editors=0011)         |
| 106  |      一瑋#8459       |                [CodePen](https://codepen.io/zerosula/pen/bGmvEzj)                |
| 107  | 不要迷戀媽的奶#0295  | [CodePen](https://codepen.io/kewdjbwp-the-typescripter/pen/BaqrZdo?editors=0011) |
| 108  |   JasonChang#7847    |             [CodePen](https://codepen.io/jsonChangJava/pen/jOezeJE)              |
| 109  |      喬喬#2824       |               [CodePen](https://codepen.io/joanne-wei/pen/eYPMxxd)               |
| 110  |      東東#5015       |               [CodePen](https://codepen.io/wearymask/pen/gOBzMdO)                |
| 111  |     Yvonne#2721      |          [CodePen](https://codepen.io/Evonne/pen/WNaJPmW?editors=0010)           |
| 112  |    townyuan#2653     |                [CodePen](https://codepen.io/townyuan/pen/ExdRNBg)                |
| 113  |   Elena lin #3392    |              [CodePen](https://codepen.io/elenalin119/pen/mdzKMPb)               |
| 114  |      FanJJ#8061      |          [CodePen](https://codepen.io/yfchenn/pen/XWxYovo?editors=0012)          |
| 115  |     啊真真#8940      |           [CodePen](https://codepen.io/fctamuvf-the-vuer/pen/RweBPmL)            |
| 116  |    ABow_Chen#0800    |              [CodePen](https://codepen.io/fred39392001/pen/RweByGd)              |
| 117  |     Jenny真#7532     |        [CodePen](https://codepen.io/wei-chen-wu/pen/XWxPKMb?editors=1111)        |
| 118  |    Ataraxia#9977     |              [CodePen](https://codepen.io/ataraxia8888/pen/qBJPWag)              |
| 119  |    Billy_Ti#9716     |          [CodePen](https://codepen.io/Ti-Show/pen/NWOMajO?editors=0012)          |
| 120  |      Hsiu#8767       |         [CodePen](https://codepen.io/hsiu8767/pen/vYVVJLj?editors=0010)          |
| 121  |     Tim123#8361      |         [CodePen](https://codepen.io/Wangtim4/pen/dygQWGg?editors=1111)          |
| 122  |      科科#5463       |        [CodePen](https://codepen.io/ilove941120/pen/GRYwKXp?editors=1111)        |
| 123  |      Hsiu#8767       |        [CodePen](https://codepen.io/hsiu8767/pen/JjmmxPZ?editors=0010)        |
| 124  |      hello77tw#5984      |        [CodePen](https://codepen.io/luyoyo/pen/WNaLEdP?editors=0012)        |
| 125  |      alll6z#9204      |        [CodePen](https://codepen.io/A6Z/pen/bGmOvgq)        |
| 126  |      cherylxie#5898      |        [CodePen](https://codepen.io/cherylxie912/pen/abRPVMo?editors=0012)        |
| 127  |      浪裡小白龍#6860      |        [CodePen](https://codepen.io/art-jg/pen/bGmOPeB?editors=0011)        |
| 128  |      Shiloh#8447      |        [CodePen](https://codepen.io/pkezwtnq-the-encoder/pen/XWxQGXp?editors=0012)        |
| 129  |       Kaya#8857       |       [Codepen](https://codepen.io/laron9486/pen/MWzYKMy)       |
| 130  | Tina02#2691 | [Codepen](https://codepen.io/chjitlox-the-bashful/pen/oNQBQMx) |
| 131  | hoyiiiii | [Codepen](https://codepen.io/hoyii/pen/LYwMaqY?editors=0012) |