gpt4 book ai didi

c - 在循环中添加具有不同值的相同变量

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

<分区>

所以,基本上我需要询问用户他想添加多少个数字,然后让他输入数字,但我不知道如何添加数字而不将它们存储在同一个变量中,或者如何添加相同的变量但具有不同的值,这在 Pascal 中非常容易,但我不知道如何在 C 中做到这一点。

到目前为止,这是我的代码...

int main(int argc, char *argv[]) {
int i, n, age;
printf("How many numbers do you want to add?\n");
scanf("%d", &n);
for (i = 1; i <= n; i = i++) {
printf("type in the number:\n");
scanf("%d", &age);
}
return 0;
}

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