转发
@玛卡巴卡y:使用switch-case分支结构实现简易计算器。计算公式为 data1 opt data2期中,data1和data2是浮点型数据,opt是运算符(+, -, *, /),从键盘录入操作数和运算符,程序输出计算结果。