Build your intuition. Is this statement true or false?
In a switch-case statement in C++, if the condition for a case is met, the program will continue to check the remaining cases even after the match is found.
Press true if you believe the statement is correct, or false otherwise.