最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

C++ primer plus(第6版)中文版编程练习答案第17章

IT圈 admin 29浏览 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;

}

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;

}

发布评论

评论列表 (0)

  1. 暂无评论