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 use of switch statement and ternary operator in C++. It explains the syntax for cascade of conditions using else if, testing integer values with switch, and evaluating expressions containing ++ or -- operators. The lecture also introduces the ternary conditional operator for compact writing of simple expressions.