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