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
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52907 Solvers
-
46809 Solvers
-
23762 Solvers
-
Find the maximum number of decimal places in a set of numbers
3385 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 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).