Course Content
C++ Conditional Statements
C++ Conditional Statements
1. Introduction to Conditional Statements
2. Conditional Control Flow Practice
3. Advanced Topics
Which Triangle
Task
- 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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 3
Which Triangle
Task
- 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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 3
Which Triangle
Task
- 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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Task
- 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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 2. Chapter 3
Switch to desktop for real-world practiceContinue from where you are using one of the options below