Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Which Triangle | Conditional Control Flow Practice
course content

Conteúdo do Curso

C++ Conditional Statements

Which TriangleWhich Triangle

Tarefa

  • Identify the type of triangle based on the lengths of its sides whether it is a equilateral triangle, or isosceles triangle.
  • Output in the console:
    • It is isosceles triangle! if it is isosceles;
    • It is equilateral triangle! if it is equilatera;
    • None of them if it is none of the above.

Tudo estava claro?

Seção 2. Capítulo 3
toggle bottom row
course content

Conteúdo do Curso

C++ Conditional Statements

Which TriangleWhich Triangle

Tarefa

  • Identify the type of triangle based on the lengths of its sides whether it is a equilateral triangle, or isosceles triangle.
  • Output in the console:
    • It is isosceles triangle! if it is isosceles;
    • It is equilateral triangle! if it is equilatera;
    • None of them if it is none of the above.

Tudo estava claro?

Seção 2. Capítulo 3
toggle bottom row
some-alt