Contenido del Curso
C++ Conditional Statements
C++ Conditional Statements
1. Introduction to Conditional Statements
2. Conditional Control Flow Practice
3. Advanced Topics
Which Triangle
Tarea
Swipe to start coding
- 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.
Solución
solution
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 3
Which Triangle
Tarea
Swipe to start coding
- 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.
Solución
solution
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 3