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
-
Project Euler: Problem 5, Smallest multiple
1652 Solvers
-
Flip the vector from right to left
10846 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1745 Solvers
-
1118 Solvers
-
1097 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).