gpt4 book ai didi

c - Sentinel 不工作应该怎么办?

转载 作者:太空宇宙 更新时间:2023-11-04 07:52:41 24 4
gpt4 key购买 nike

在此代码中,如果希望继续,则必须输入 y,但为什么在输入 y 时会问他两次这个问题。

char c = 'y';
while(c!='n'){
printf("Do you wish to continue: (y or n):");
c = getchar();
}

Here is the console

最佳答案

why does it ask him the question two times when he enters y

用户按下的回车键也被视为另一个字符(换行符:\n)。

关于c - Sentinel 不工作应该怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52802115/

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