王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 [应用题,11.1分] lass Box{private:int a,b,c;public:Box(int a1,int b1,int c1){ a=a1;b=b1;c=c1;}int volum(){int v;v=a*b*c;return v;}};void main(){Box box(4,5,6);cout<<” 体积为:”<<>}程序运行结果为: 答案 登录 注册 体积为:120 出自:青书学堂 >> 许昌学院面向对象程序设计 许昌学院继续教育学院