回覆列表
  • 1 # 佳期如夢將至

    #include<stdio.h>int main(){ int letterCount = 0;//英文字母的個數 int spaceCount = 0;//空格的個數 int digitalCount = 0;//數字的個數 int otherCount = 0;//其他字元的個數 int a; while( (a=getchar()) != "\n") { if( (a>="A" && a<="Z") || (a>="a" && a<="z"))//如果是想分別統計大小寫字母的個數,你把這個 分支做一下拆分就行啦 letterCount++; else if(a==" ") spaceCount++; else if(a>="0" && a<="9") digitalCount++; else otherCount++; } printf("英文字母的個數: %d\n", letterCount); printf("空格的個數: %d\n", spaceCount); printf("數字的個數: %d\n", digitalCount); printf("其他字元的個數: %d\n", otherCount); return 0;}

  • 中秋節和大豐收的關聯?
  • 舌頭老是發麻是怎麼回事?