河南成教 / 面向对象程序设计
9[分析题]
#include<iostream.h> void main() { int x,y; x=5;y=6; cout<<”x y=”<<x y<<’,’; cout<<”x*y=”<<x*y<<endl; }
9[分析题]
#include<iostream.h> void main() { int x,y; x=5;y=6; cout<<”x y=”<<x y<<’,’; cout<<”x*y=”<<x*y<<endl; }
参考答案:
佳题速递: