Write a program that accepts the lengths of three sides of a triangle as inputs.The program output should indicate whether or not the triangle is an equilateral triangle.• UseThe triangle is...

Write a program that accepts the lengths of three sides of a triangle as inputs. The program output should indicate whether or not the triangle is an equilateral triangle. • Use The triangle is equilateral. and The triangle is not equilateral. 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 equilateralushboard<br>* Mind Tap - Cengage Learning<br>b AIsweN<br>program that<br>b/ui/evo/index.html?deploymentld=6033602226691939025141989724&elSBN=97803575053978&id=1376563641&snapshotld%=27411918&<br>NGAGE MINDTAP<br>Q Search this course<br>amming Exercise 3.1<br>Instructions<br>equilateral.py<br>>_ Terminal<br>1 # Put your code here<br>2 0<br>Write a program that accepts the lengths<br>Length of side a: 3<br>Length of side b: 4<br>the triangle is not equilate<br>of three sides of a triangle as inputs.<br>3<br>print(

Extracted text: ushboard * Mind Tap - Cengage Learning b AIsweN program that b/ui/evo/index.html?deploymentld=6033602226691939025141989724&elSBN=97803575053978&id=1376563641&snapshotld%=27411918& NGAGE MINDTAP Q Search this course amming Exercise 3.1 Instructions equilateral.py >_ Terminal 1 # Put your code here 2 0 Write a program that accepts the lengths Length of side a: 3 Length of side b: 4 the triangle is not equilate of three sides of a triangle as inputs. 3 print(" The triangle is equialateral") if int(input(' Length of side a: ')) == int(input(' Length of side b: ')) == int(input(' Length of side c: ')) else print('the triangle is not equilateral') 4 The program output should indicate ral whether or not the triangle is an equilateral triangle. • Use The triangle is equilateral. and The triangle is not equilateral. 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. 1023 PM A 4x 4/19/2022 5678
Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here