Computer Science, asked by danishahmad16, 7 months ago

write a program to demonstrate perimeter of rectangle​

Answers

Answered by rmuzamil831
0

Answer:

  • #include<stdio.h>
  • int main()
  • { float a , b, c, d ,perimeter;
  • a= c= 5;
  • b=d= 4;
  • perimeter = 2*(a+b);
  • printf("\n\n Perimeter of Rectangle is : %f",perimeter);
  • return (0);

Explanation:

mark brilliant and follow me

Similar questions