您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. functions2-源码

  2. functions2
  3. 所属分类:其它

  1. functions2-源码

  2. 例题01 #include int main() { double n1, n2, n3; printf("Enter three different numbers: "); scanf("%lf %lf %lf", &n1, &n2, &n3); if (n1 >= n2 && n1 >= n3) printf("%.2f is the largest number.", n1); if (n2 >= n1 && n2 >= n3)
  3. 所属分类:其它