1234
double v = 3.141592862343; cout<<"double = "<<v<<endl; float w = v; cout<<"float = "<<w<<endl<<endl;