在下面程序中的下划线处填上适当的语句,使程序的输出结果如下:11,7711,77源程序如下:
#include ﹤ iostream﹥
using namespace std;
class base{
private:
int x,y;
public:
void initxy(int a,int b){x=a;y=b;}
void show( )
{ _________ }
} ;
void main( )
{
base a,b;
_________
a.show( );
b=a;b.show( );
}
订单号:
遇到问题请联系在线客服
订单号:
遇到问题请联系在线客服