標題:
if...else 判斷式
[打印本頁]
作者:
鄭又綸
時間:
2024-8-29 16:54
標題:
if...else 判斷式
本帖最後由 鄭又綸 於 2024-8-29 17:01 編輯
[attach]19643[/attach]
#include<stdio.h>
#include<stdlib.h>
int main()
{
//並未給予初始值
int x;
printf("請輸入你的成績:");
scanf("%d",&x);
if(x>=60)
printf("恭喜你及格了,給你糖吃\n");
else
printf("不及格!打屁股!\n");
system("pause");
return 0;
}
複製代碼
作者:
于雍平
時間:
2024-9-4 19:49
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2