If the break statement is not specified after the case, the execution flow will continue until it encounters the break statement. Code: #include <iostream> ...
確定! 回上一頁