Question: 2. Modify your code triangles (from previous assignment) to allow a user to input iho irangle sios a, b, and c. ECE 309 Intro. to

2. Modify your code triangles (from previous assignment) to allow a user to input iho irangle sios a, b, and c. ECE 309 Intro. to MATLAB 26 Problem Set 11, continued Further modify your code triangles (from previous problem 2) to check that the user input values for a, b, and c meet the constraint that holds for all triangles: The SUM of any TWO SIDES MUST BE GREATER THAN THE LENGTH OF THE THIRD SIDE In other words, (with sides a, b, and c), all 3 of the following must be true: a + b >c, b+c>a, and a+c>b Your code should only execute if the values for a, b, and c meet the above constraint; otherwise, it should put out an error statement, and halt execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
