Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - C++ homework defines two plastic variables A and B, a character variable C and a real variable F, and assigns values according to data types.
C++ homework defines two plastic variables A and B, a character variable C and a real variable F, and assigns values according to data types.
# include & ltiostream & gt

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;

}