Chapter 3: Exercise C (g) Solution
Duration: 4:40 Min | May 30, 2023
Question C (g) from Let us C Chapter 3 Decision Control instructions is: Attempt the following: Write a program to check whether a triangle is valid or not, when the three angles of the triangle are entered through the keyboard. A triangle is valid if the sum of all the three angles is equal to 180 degrees. This is another beginner level program in C with application of if else statements. The only way to become a great software engineer is by practicing a number of programs like these.