[solved]-Write Program Accepts Lengths Three Sides Triangle Inputs Program Output Indicate Whether Q39083982
Write a program that accepts the lengths of three sides of atriangle as inputs.
The program output should indicate whether or not the triangleis an equilateral triangle.
- Use The triangle is equilateral.and The triangle is notequilateral.as your final outputs.
An example of the program inputs and output is shown below:
Enter the first side: 2
Enter the second side: 2
Enter the third side: 2
The triangle is equilateral.
Expert Answer
Answer to Write a program that accepts the lengths of three sides of a triangle as inputs. The program output should indicate whet… . . .
OR

