编写一个程序 把输入做为字符流读取 直到遇到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
相关文章
相关标签/搜索