9.18作业 2

#include<iostream>
using namespace std;

int main()
{
   float x;
   x=2.4;
   cout<<"x="<<x<<endl;
 return 0;
}

原文地址:https://www.cnblogs.com/aipopo/p/7569084.html