用C语言编程实现一个简单的四则运算计算器 include函数,读数操作数int getNextNum(){int ret;scanf("%d",&ret);return ret;}函数,读运算符char getOpt(){return ge...