QuestionQuestion Intro to C++ The sum of the angles of a triangle is always 180. Get two angles from a user and display what the final angle must be in order to complete the triangle. (Note: this answer must be written in C++ code.). Get two angles from a user and display what the final angle must be in order to complete the triangle. (Note: this answer must be written in C++ code.)
Question
Intro to C++ The sum of the angles of a triangle is always 180. Get two angles from a user and display
what the final angle must be in order to complete the triangle. (Note: this answer must be written in C++ code.)