gpt4 book ai didi

c - 如果 - 其他程序

转载 作者:太空宇宙 更新时间:2023-11-04 06:20:10 25 4
gpt4 key购买 nike

<分区>

你好,我这里有这段代码,试图向用户询问位置。当用户输入位置时,它只是说再见。我的代码有什么问题?

#include<stdio.h>

int main ()
{

char location[15];
printf("1:Greencourt\n");
printf("2:Corianthans\n");
printf("3:Shop\n");
printf("Enter a location\n");
scanf("%s",location);
if(location=="Greencourt")
printf("Bisleri bottle cost 25 rupees\n");
else
if(location=="Shop")
printf("Bisleri bottle cost 15 rupees\n");
else
if(location=="Corianthans")
printf("Bisleri bottle cost 50\n");
else
printf("Bye");

return 0;
}

这是输出

1:Greencourt
2:Corianthans
3:Shop
Enter a location

Shop

Bye

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