Toggle navigation
Courses
Questions
Tags
Users
[AD] 20171116 作業 3
2
like
0
dislike
2.2k
views
計算字數
在英文中,被空白隔開的就會算是一個單字,所以
This is a pen.
這個句子中共有4個單字,請寫一個程式,計算輸入的句子共有多少個單字
輸入說明:
輸入一個句子,輸入會以一個句點.作為結束
輸出說明:
輸出一個正整數,表示輸入的句子共有幾個單字
輸入範例:
This is a pen.
輸出範例:
4
字串
[Exercise]
Coding (C)
-
asked
Nov 16, 2017
in
2017-1 程式設計(一)AD
by
Shun-Po
(
18k
points)
ID: 33762 -
Available when:
Unlimited
-
Due to:
Unlimited
edited
Nov 16, 2017
by
楊修俊
|
2.2k
views
comment
Please
log in
or
register
to add a comment.
24
Answers
0
like
0
dislike
Hidden content!#include *** **** ** * *
#include * * ** ***
#include * * * * ** **
int main()
{