#include < iostream. h > class f{ private: int x,y; public: f1( int a,int b) { x = a;y = b; } void print( ) { cout << x << --<< y << endl; } }; main( ) { f a; float x=1.0, y=2.0; a.