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 introduces conditional branching in C++, explaining how to change the flow of program execution based on conditions. Topics covered include if-else statements, nested if statements, and the importance of using braces to define blocks of instructions.