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 Java, explaining how to use if-else statements to control the flow of a program based on certain conditions. Topics covered include syntax, nested if statements, and the importance of using code blocks even for single instructions.