Board logo

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

作者: 李泳霖    時間: 2024-1-9 17:44     標題: if...else 判斷式

  1. re:
  2. int score;
  3. System.Console.Write("請輸入你的成績:");
  4. score=System.Convert.ToInt32(System.Console.ReadLine());
  5. if(score>=60)
  6.     System.Console.WriteLine("恭喜你及格,給你糖吃!");
  7. else
  8.     System.Console.WriteLine("不及格!打屁股!");
  9. goto re;
複製代碼

作者: 陳品諺    時間: 2024-1-9 18:05

此帖僅作者可見




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