二级二级C++2008年4月全国计算机等级考试二级C++笔试试题
题目内容

有如下程序:#include<iostream>Using namespace std;Class Amount{int amount;public;Amount(int n=0): amount(n){}Int getAmount()const{return amount;}Amount &amp;operator +=(Amount a){amount+=

2024-07-09

A.amount;return ;}};int main(){Amount x(3),y(7);x+=y;cout<

B.this

C.&amount

D.amount

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端