//Reference code?
# Contains? & ltiostream & gt
Use? Namespace? std
int? Master ()
{
Floating? a = 12.345;
int? b =(int)a;
cout & lt& ltb;
Return? 0;
}
/* Running result:?
12
*/