double r = 10; //宣告存放半徑的變數 area = PI * r * r; //計算圓面積的運算式 printf("半徑r=%lf單位。\n圓面積=%lf 平方單位\n",r,area); //輸出 system("PAUSE"); }
確定! 回上一頁