- Category:
- C#编程
- Tags:
-
[WORD]
- File Size:
- 160kb
- Update:
- 2011-11-11
- Downloads:
- 0 Times
- Uploaded by:
- qu120664854
Description: //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮
File list (Check if you may need any files):