pascaljohnson17
pascaljohnson17 pascaljohnson17
  • 20-09-2021
  • Computers and Technology
contestada

Write an algorithm to input the length of one side of an equilateral triangle and print out the triangle's perimeter

Respuesta :

westabadie151
westabadie151 westabadie151
  • 20-09-2021

Answer:

Depends what language of code.

x= float(input("Length of side 1 = "))

y= float(input("Length of side 2 = "))

z= float(input("Length of side 3 = "))

print()

identify_triangle(x, y, z)

Explanation:

x= float(input("Length of side 1 = "))

y= float(input("Length of side 2 = "))

z= float(input("Length of side 3 = "))

print()

identify_triangle(x, y, z)

Answer Link

Otras preguntas

A cylinder rod formed from silicon is 16.8 cm long and has a mass of 2.17 kg. The density of silicon is 2.33 g/cm3. What is the diameter of the cylinder?
Name the three different types of proof in math and give a description of each
The body's ability to move air in and out of the lungs is called _______.
Call _______ automatically sends phone calls that are made to your line to another phone number.
_______ is the area of the left temporal cortex hypothesized to be the center of language comprehension.
determine the domaine and rang its new to me plz help
Number eight please
Mixed numbers between 0 and 2 with an interval of 1/3 between each pair of mixed numbers
reason in the number 772 is the value of the 7 in the tens place 10 times greater than the value of the 7 in the hundreds place ? explain why or why not
____ is a special-purpose programming language for accessing and manipulating data stored in a relational database.