Board logo

標題: if...else 判斷式 [打印本頁]

作者: 鄭又綸    時間: 2024-8-29 16:54     標題: if...else 判斷式

本帖最後由 鄭又綸 於 2024-8-29 17:01 編輯

[attach]19643[/attach]

  1. #include<stdio.h>     
  2. #include<stdlib.h>      
  3. int main()   
  4. {
  5.     //並未給予初始值
  6.     int x;
  7.     printf("請輸入你的成績:");
  8.     scanf("%d",&x);
  9.     if(x>=60)
  10.       printf("恭喜你及格了,給你糖吃\n");
  11.     else
  12.       printf("不及格!打屁股!\n");   
  13.    
  14.    


  15.     system("pause");      
  16.     return 0;              
  17. }
複製代碼

作者: 于雍平    時間: 2024-9-4 19:49

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2