1樓:匿名使用者
class ccircle:idisposable
////// 建構函式2
////// 半徑
/// x座標
/// y座標
public ccircle(double radius, double x, double y)
////// 設定中心點
////// x座標
/// y座標
public void setcenter(double x, double y)
////// 返回半徑
////// 半徑長
public double getradius()
////// 計算面積
////// 結果
public double getarea()
////// 過載tostring方法輸出園資訊
//////public override string tostring()
////// 運算子+號過載
////////////public static ccircle operator +(ccircle obj1, ccircle obj2)
ccircle ret = new ccircle(obj1.getradius() + obj2.getradius());
ret.xcenter = obj1.xcenter + obj2.xcenter;
ret.ycenter = obj1.ycenter + obj2.ycenter;
return ret;
}///
/// 解構函式
///public void dispose()
}class program}
用c#編寫一個程式,通過鍵盤輸入圓的半徑,計算圓的面積和周長
2樓:匿名使用者
string x = console.readline();
double r = convert.todouble(x);
console.writeline("圓的面積是:" + convert.tostring(math.pi * r * r));
console.writeline("圓的周長是:" + convert.tostring(math.pi * 2 * r));
console.readkey();
3樓:匿名使用者
class program
catch (exception ex)
c = math.pi * 2 * r;
s = math.pi * r * r;
console.writeline("the perimeter of the circle is ,the area of the circle is ", c, s);
console.readline();}}
c#定義一個類圓circle或者定義一個矩形類rectangle,分別計算它們的周長和麵積。
4樓:匿名使用者
namespace ex1_4
public class rectangle:shape",s);
}public void getperim(int x,int y)", l);}}
public class circle : shape", s);
}public void getperim(int r)", l);}}
class program}}
我的題目跟你差不多,shape是父類,circle和rectangle是子類,子類裡包含子函式用於計算周長和麵積,我是把資料寫死在裡面了,你有心情可以把資料改成手動輸入的,不過我估計你也不會。
5樓:匿名使用者
這明顯是老師留的作業,你自己作點,大夥再幫呀,自己一點不做呀
用C語言編寫程式(不是C,用C語言編寫一個程式(不是C )
細節你自己寫,我給你提供一個思路,也就是偽 1.一個變數用來記錄輸入數字的和 sum 2.一個變數用來記錄輸入的數字的個數 num3.while沒迴圈一次,接收一個數字輸入,求和一次 sum,數字個數加1 num 1 4.結束後求平均值 sum num 編好一個c語言程式如何在c 6.0裡執行 第一...
編寫程式,求10用c語言,編寫程式,求10用C語言
include 主函式 main s是字元指標抄 陣列。對應4個字串襲。迴圈中bai i 3 2 1 0 對於不同的i,j有不同取值du 3 第一zhi次判斷就不成立,直接退出dao。不做操作 2 j 3 1 j 3 2 0 j 3 2 1 輸出的是s i j 也就是 從s i 字串的第j個字元開始...
用c語言編寫程式輸出菱形圖案,用C語言編寫一個程式輸出菱形圖案
include int main void for i 1 i n 1 i return 0 include include void main for i n 2 i 0 i return include stdafx.h vc 6.0加上bai這一行 duzhi.include stdio.h ...