write a program to calculate of a rectangle
Answers
Answered by
1
Answer:
Program
#include <stdio.h>
int main()
{
int width=5;
int height=10;
int area=width*height;
printf("Area of the rectangle=%d",area);
}
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
India Languages,
3 months ago
Physics,
7 months ago
Math,
7 months ago
Math,
11 months ago
Chemistry,
11 months ago