请教C语言题目

日期:2021-07-02 21:08:48 人气:1

请教C语言题目

/*1.编写一个C 程序,显示下面的提示:
Enter the length of the room:
Enter the width of the room:
在显示每个提示之后,你的程序可以接收键盘的数据。
在输入房间的长度(length)和宽度(width)之后,该程序可以计算和显示房间的面积。
*/
#include<stdio.h>
#include <stdlib.h>
    A+
热门评论