题目
c++输入一行字符,分别统计出其中英文字母,空格,数字字符和其它字符的个数.
用cin.get(c)函数从键盘上输入一个字符给变量c,直到输入回车换行字符'\n'为止.
用cin.get(c)函数从键盘上输入一个字符给变量c,直到输入回车换行字符'\n'为止.
提问时间:2020-10-17
答案
#include <iostream>
using namespace std;
int main()
{
char c;
int el=0,sp=0,nu=0,other=0;
while(cin.get(c))
{
if(c=='\n')
break;
if((c>='A' && c<='Z')||(c>='a' && c<='z'))
el++;
else if(c>='0'&&c<='9')
nu++;
else if(c==' ')
sp++;
else
other++;
}
cout<<"英文字母个数="<<el<<endl<<"数 字 个 数 ="<<nu<<endl<<"空 格 字 数 ="<<sp<<endl<<"其他字符个数="<<other<<endl;
system("pause");
return 0;
}
using namespace std;
int main()
{
char c;
int el=0,sp=0,nu=0,other=0;
while(cin.get(c))
{
if(c=='\n')
break;
if((c>='A' && c<='Z')||(c>='a' && c<='z'))
el++;
else if(c>='0'&&c<='9')
nu++;
else if(c==' ')
sp++;
else
other++;
}
cout<<"英文字母个数="<<el<<endl<<"数 字 个 数 ="<<nu<<endl<<"空 格 字 数 ="<<sp<<endl<<"其他字符个数="<<other<<endl;
system("pause");
return 0;
}
望采纳!
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
热门考点
- 1When he was in America ,he stayed with an American family ,that is to say ,he had a family a______.
- 2描述一下你心中的成熟的男人形象?
- 3如图是抛物线形拱桥,当水面在l时,拱顶离水面2米,水面宽4米,水位下降1米后,水面宽_米.
- 4egoísta的意思
- 5英语翻译
- 61.() bad weather is today!A.What B.How C.What a D.How a
- 7谁来解一道六年数学应用题
- 8把一个圆形纸片等分成若干份后剪开,拼成一个近似长方形,长方形的周长为8.28厘米,这个圆形纸片的面积是多少平方厘米?
- 9如果二分之一x的六次方y的m-3次方与-7x的m+n-3的绝对值的次方是同类项,m= ,n= .
- 10描写榕树的诗篇!急!回答得好追加20分!