Computer Science, asked by asifashaikh778, 6 months ago

Write a program to input length and width of a rectangle and calculate its area.
PLEASE FAST
❤️​

Answers

Answered by rohitpatel544709
0

Answer:

sihgdijbvdjowbfgjdiskjdbekskejjekosjes

Answered by veenabais
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