編寫一個程序 把輸入做爲字符流讀取 直到遇到EOF 報告單詞的平均字母數(圖)

#include "stdAfx.h" #include "ctype.h" #include "stdlib.h" int main(void) { int ch,i=0,j=0; float sum; printf("Please enter a word the inspection of the average number of letters and words severa
相關文章
相關標籤/搜索