Board logo

標題: 502 結構 [打印本頁]

作者: 李泳霖    時間: 2022-6-2 17:35     標題: 502 結構

本帖最後由 李泳霖 於 2022-6-2 17:49 編輯

設計說明:

1. 此程式為計算圓的面積。
2. 修改程式碼片段中的程式語法、邏輯上的錯誤,執行結果如範例圖。
(4個錯誤)
[attach]13186[/attach]
  1. #include <stdio.h>
  2. #include <stdlib.h>

  3. int main ()
  4. {
  5.     struct  circle {
  6.                 int x, y;
  7.                 double radius;
  8.         }
  9.        
  10.         double area;
  11.         struct circle c1={10, 10, 2.5};
  12.    
  13.         area = radius*c1.radius*3.14159;
  14.        
  15.         printf("此圓的圓心為(%d, %d), 面積為%.2f\n", x, y, area);
  16.         system("PAUSE");
  17.     return 0;
  18. }
複製代碼

作者: 李泳霖    時間: 2022-6-2 17:35

此帖僅作者可見
作者: 鄭程富    時間: 2022-6-2 17:52

此帖僅作者可見




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