题目内容
编写程序求矩形的面积和周长,矩形的长和宽由键盘输入,请填空。#include void main(){ float l,w;____printf(“please input length and width of the rectangle\n”);scanf(“%f%f”,&l,&w);area=____;girth=____;}
查看答案
搜索结果不匹配?点我反馈
更多问题