Toggle navigation
Courses
Questions
Tags
Users
[AD] 20171109 作業1
2
like
0
dislike
2.4k
views
小學一年級的數學
剛開始學習數學的時候,我們都是從個位數的加減乘除開始學習的,請寫一個程式,教你的程式學會個位數的加減乘除。
輸入說明:
程式會輸入三個字元,代表一個算式,會用下面的樣式呈現
運算元 運算子 運算元
其間會用單一個空白隔開,運算元是一個個位數的數子,運算子可能是+-*/中的任何一個。
輸出說明:
請輸出輸入算式的結果到整數位數
輸入範例:
1 + 2
輸出範例:
3
字元
[Exercise]
Coding (C)
-
asked
Nov 9, 2017
in
2017-1 程式設計(一)AD
by
Shun-Po
(
18k
points)
ID: 31085 -
Available when:
Unlimited
-
Due to:
Unlimited
edited
Nov 9, 2017
by
楊修俊
|
2.4k
views
comment
Please
log in
or
register
to add a comment.
23
Answers
0
like
0
dislike
Hidden content!#include <stdio.h>
int main(void)
{
* ** * * ** ** * * * * * c;