#include
#include
{ int i=0,dem=0; char st[255]; printf("\n nhap chuoi: "); gets(st);
while(st[i]!='\0')
{
if(st[i]>='0'&&st[i]<='9') dem++; i++;
} printf("\n so luong chu so xuat hien trong chuoi tren la: %d \n",dem); puts(st);
}
blog cá nhân của tôi
0 nhận xét:
Đăng nhận xét