注意:此页面搜索的是所有试题
题目内容
(许昌学院面向对象程序设计)
[分析题,4分] #include<iostream.h> void main() { int x,y; x=5;y=6; cout<<”x+y=”<<x+y<<’,’; cout<<”x*y=”<<x*y<<endl; }
参考答案