You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # language: zh-TW
- 功能: 加法
- 為了避免愚蠢的錯誤
- 作為一個數學白痴
- 我希望有人能告訴我兩個數相加的結果
-
- 場景大綱: 將兩個數相加
- 假設我已經在計算機上輸入 <數值_1>
- 而且我已經在計算機上輸入 <數值_2>
- 當我按下 <按鈕>
- 那麼螢幕上應該顯示 <結果>
-
- 例子:
- | 數值_1 | 數值_2 | 按鈕 | 結果 |
- | 20 | 30 | add | 50 |
- | 2 | 5 | add | 7 |
- | 0 | 40 | add | 40 |
|