练习题2

#include<iostream>
using namespace std;
int main(){
   float x;
   x=2.4;
   cout<<"x="<<x<<endl;
 return 0;
}

 

 

posted on 2017-09-21 10:09  三叶癌  阅读(69)  评论(0编辑  收藏  举报

导航