Use? Namespace? std
int? Master ()
{
int? First,? b;
Charles? c;
Floating? f;
Answer? =? 1;
b? =? 2;
c? =? l’;
f? =? 0. 123;
cout? & lt& lt? Answer? & lt& lt? endl
cout? & lt& lt? b? & lt& lt? endl
cout? & lt& lt? c? & lt& lt? endl
cout? & lt& lt? f? & lt& lt? endl
Return? 0;
}