Write a program to input length and width of a rectangle and calculate its area.
PLEASE FAST
❤️
Answers
Answered by
0
Answer:
sihgdijbvdjowbfgjdiskjdbekskejjekosjes
Answered by
0
Answer:
C Program
- #include <stdio.h>
- int main()
- {
- int width=5;
- int height=10;
- int area=width*height;
- printf("Area of the rectangle=%d",area);
- }
Explanation:
i hope it is helpful to you ✌️✌️
Similar questions