Dados os tamanhos dos lados de um triangulos A, B e C. Retorne qual o tipo do triangulo: 'equilátero', 'escaleno' ou 'isósceles'.
TipoTriangulo(1, 2, 3) = 'escaleno'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers33
Suggested Problems
-
Simple equation: Annual salary
4266 Solvers
-
Element by element multiplication of two vectors
399 Solvers
-
546 Solvers
-
Find the Oldest Person in a Room
21051 Solvers
-
Calculate the average value of the elements in the array
1811 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
First test case is not a triangle with sides (1,2,3).