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 Solvers32
Suggested Problems
-
given 3 sides, find area of this triangle
821 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
Convert from integer to binary
115 Solvers
-
Height of a right-angled triangle
2065 Solvers
-
2183 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).