1.3.1 Conditional Statements
In this lesson, you will examine conditional statements. Conditional statements are a key element in programming as they help you to control the flow of a program.
In C++, conditional statements work the same as other popular languages and even share the same syntax as languages such as Java and JavaScript.
Last updated