簡單的C++程序求圓的周長和麪積

1.1求圓的周長和麪積 數據描述: 半徑,周長,面積均用實型數表示 數據處理: 輸入半徑 r; 計算周長 = 2πr ; 計算面積 = π* r2 ; 輸出半徑,周長,面積; 方法1:用結構化方法編程,求圓的周長和麪積 // count the girth and area of circle #include<iostream.h> using name std; void main () {
相關文章
相關標籤/搜索