Chapter 3 Exercise C (i) Solution
Duration: 5:20 Min | May 30, 2023
Question C (c) from Let us C Chapter 3 Decision Control instructions is: Attempt the following: Given the length and breadth of a rectangle, write a c program to find whether the area of the rectangle is greater than its perimeter. For example, the area of the rectangle with length = 5 and breadth = 4 is greater than its perimeter. This question is one of the best and simplest problem to start with while learning if statement in C.