switch Statement first evaluates expression that is used with switch statement. ... r = a+b; printf("%f + %f = %f", a, b, r); break; case '-': printf("Enter ...
確定! 回上一頁