Problem 55895. Tipos de Triangulos

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

52.83% Correct | 47.17% Incorrect
Last Solution submitted on May 20, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers28

Suggested Problems

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!