用C語言編寫簡易計算器

用C語言中的switch語句實現簡易的四則運算計算器web #include<stdio.h> int main() { double number1=0.0; double number2=0.0; char operation=0; for(;;) { printf("\nEnter the calculation\n"); scanf("%lf%c
相關文章
相關標籤/搜索