Write a C Program to find a Perimeter of Rectangle

Write a C Program to find a Perimeter of Rectangle Here is the C Program to find the perimeter of rectangle using the formula 2(length + breadth) . Length and breadth is taken as...