C語言旅途之switch的使用

Ⅰ、簡單的switch的使用: ①、//代碼摘下直接可以運行 #include<stdio.h> int main() { float x,y; //定義操作數、操作符變量; char op; printf(「Please input the number of x,op,y!\n」); scanf("%f %c %f",&x,&op,&y); switch(op) //根據操作符分別進行處理;
相關文章
相關標籤/搜索