本人是一名小白 那位大佬帮忙写一下下面这段代码的流程图 让我参考一下呗
#include <stdio.h> main() { int c, i, nwhite, nother; int ndigit[10]; nwhite = nother = 0; for (i = 0; i < 10; ++i) ndigit = 0; i=0;while (((c = getchar()) != ‘
’) && (i!=10)) if (c >= '0' && c <= '9') ndigit[i++]=c-'0'; else if (c == ' ' || c == '
' || c == ' ') ++nwhite; else ++nother; printf("digits ="); for (i = 0; i < 10; ++i) printf(" %d", ndigit); printf(", white space = %d, other = %d
", nwhite, nother); }
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>