2024年6月14日发(作者:禽沛岚)
1、
//
#include
using namespace std;
int main()
{
char ch;
int count = 0;
cout << "Enter a string($ to quit):n";
while ((ch))
{
if (ch != '$')
{
count++;
cout << ch;
}
else
{
k(ch);
break;
}
}
cout << "Count is " << count << endl;
system("pause");
return 0;
}
2024年6月14日发(作者:禽沛岚)
1、
//
#include
using namespace std;
int main()
{
char ch;
int count = 0;
cout << "Enter a string($ to quit):n";
while ((ch))
{
if (ch != '$')
{
count++;
cout << ch;
}
else
{
k(ch);
break;
}
}
cout << "Count is " << count << endl;
system("pause");
return 0;
}