Multiple cases can be combined to execute the same statements . Each case must exit the case explicitly by using break , return , goto statement, or some other way, making sure the program control exits a case and cannot fall through to the default case. The following use the return keyword.25 Haz 2020