henrylee 的 站内主页
我是个刚学C的菜鸟,碰到了问题,向高手请教,谢谢!!!
刚刚早上编了个进行+-*/运算的程序,可是该怎么弄才能让我随便输入什么两个数也能进行计算呢?因为水平有限我只弄了整型的
#include <stdio.h>#include <stdlib.h>/*use switch statement to finishi it*/
int x....
Read More >