inta=6;intb=5;floatc=flaot(a)/float(b);这样出来的c值能出现小数吗?... int a=6;
int b=5;
float c = flaot(a)/float(b);
这样出来的c值 能出现小数吗?