You can write the following: switch(button) { case 4: case 6: case 8: //code to be run break; } while Loop The while loop is the most basic loop in C; ...
確定! 回上一頁