用c语言编写2/3的程序。

日期:2016-05-16 04:47:03 人气:1

用c语言编写2/3的程序。

#include void main() { double a; a=2.0/3.0;//要有小数点 printf("%f",a); }
    A+
热门评论