Question: Read two float angles from the user and find the third angle of the triangle. Example Output Enter the first angle: 70 Enter the second
Read two float angles from the user and find the third angle of the triangle.
Example Output
Enter the first angle: 70
Enter the second angle: 50
Third angle = 180 - (70.000000 + 50.000000) = 60.000000
**C PROGRAMMING**

Read two float angles from the user and find the third angle of the triangle. Example Output Enter the first angle: 70 Enter the second angle: 50 Third angle = 180 - (70.000000 + 50.000000) = 60.000000 Rubrics 3 point(s) - Correct implementation of scanf. 2 point(s) - Correct data types. 2 point(s) - Correct output. 3 point(s) - No syntax errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
