int main() { char myinput; printf("Which option will you choose:n"); printf("a) Program 1 n"); printf("b) Program 2 n"); scanf("%c", &myinput); switch ...
確定! 回上一頁