Try this exercise. Is this statement true or false?
The if-else
statement in C++ allows you to execute a block of code if a certain condition is true, and a different block of code if the condition is false.
Press true if you believe the statement is correct, or false otherwise.