gpt4 book ai didi

c++ - 制作需要接受字母和数字组合的密码类型程序?

转载 作者:行者123 更新时间:2023-11-28 05:37:06 26 4
gpt4 key购买 nike

<分区>

我正在制作一个购物 list 程序。对于这个程序,我需要能够输入接受数字(1564、121,1 等)和单词(你好、再见等)组合的用户输入。该程序可以很好地读取数字,但无法处理文字。先感谢您。我坚持使用的代码部分如下:

int code, option, count = 0;
double quantity, price, cost;
string description;

cin >> code;



while ((code != 123456789) && (count < 2))
{


cout << "Incorrect code, try again \n";
cin >> code;
count++;

if (count == 2)
{

cout << "max # of tries reached. Goodbye. \n";
system("pause");

}

}

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com