Computer Science, asked by rupi46, 1 year ago

write a statement by using LET program, calculate and display area and perimeter of ractangle

Answers

Answered by RajputMohit
1
Write a C program to input length and width of a rectangle and calculate perimeter of the rectangle. How to find perimeter of a rectangle in C programming. Logic to find the perimeter of a rectangle if length and width are given in C programming.ExampleInputEnter length: 5Enter width: 10OutputPerimeter of rectangle = 30 units
Similar questions