C語言:switch語句實現多分支語句

任務代碼:3d #include <stdio.h> int main() { float a,b; char c; printf("Please enter a,b and op:"); scanf("%f%c%f",&a,&c,&b); switch(c) { case '+': p
相關文章
相關標籤/搜索