用c语言,写求长方形周长和面积
时间: 2024-10-08 19:04:06 浏览: 96
c代码-计算长方形的周长和面积
在C语言中,你可以通过定义函数来计算长方形的周长和面积。下面是一个简单的例子:
```c
#include <stdio.h>
// 定义长方形结构体存储长和宽
typedef struct {
int length; // 长度
int width; // 宽度
} Rectangle;
// 函数计算长方形周长
int perimeter(Rectangle rect) {
return 2 * (rect.length + rect.width);
}
// 函数计算长方形面积
int area(Rectangle rect) {
return rect.length * rect.width;
}
int main() {
// 输入长方形的长和宽
printf("请输入长方形的长度:");
scanf("%d", &Rectangle.prototype.length);
printf("请输入长方形的宽度:");
scanf("%d", &Rectangle.prototype.width);
// 计算并打印周长和面积
int perimeter_value = perimeter((Rectangle) {Rectangle.prototype.length, Rectangle.prototype.width});
int area_value = area((Rectangle) {Rectangle.prototype.length, Rectangle.prototype.width});
printf("长方形的周长是:%d\n", perimeter_value);
printf("长方形的面积是:%d\n", area_value);
return 0;
}
```
在这个程序中,我们首先定义了一个结构体`Rectangle`来表示长方形,然后定义了两个函数`perimeter`和`area`分别计算周长和面积。在`main`函数中,用户输入长和宽,然后调用这两个函数得到结果。
阅读全文