Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concept of conditional branching in C++, focusing on if-else statements, switch-case statements, and logical operators. It explains the use of variables, expressions, and control structures to modify the program's execution order. Examples include solving a quadratic equation and demonstrating lazy evaluation in logical expressions.