欢迎来到牛牛题库网
牛牛题库官网
登录
注册
首页
搜题找答案
不定项选择
劳动力供给曲线总是向右上方倾斜
A.正确
B.错误
点击查看答案
相关考题
未知题型
男,52岁。持续胸痛3小时,诊断为急性下壁心肌梗死。查体:BP70/50mnHg。心率40次/分。ECG示:P-P间期较R-R间期短。R-R间期整齐。最可能的心律失常是
判断题
电渗流大小不影响HPCE定性或定量分析
A、正确
B、错误
未知题型
请使用VC6或使用【答题】菜单打开考生文件夹progl下的工程progl,该工程中包含程序文件main. cpp,其中有Salary(“工资”)类和主函数main的定义。程序中位于每个“//ERROR ****found****”之后的一行语句行有错误,请加以改正。改正后程序的输出结果应为: 应发合计:3500应扣合计:67.5实发工资:3432.5 注意:只修改每个“//ERROR ****found****”下的那一行,不要改动程序中的其他内容。 include<iostream> using namespace std; class Salary{ public: Salary(const char *id,double the_base,double the bonus,double the_tax) //ERROR **********found********** :the_base(base),the_bonus(bonus),the_tax(tax) { staff_id=new char[strlen(id)+1]; strcpy(staff_id,id); } //ERROR **********found********** ~Salary{delete * staff_id;} double getGmssPayconst{retum base+bonus;}//返回应发项合计 double getNetPayconst}retum getGmssPay-tax;}//返回实发工资额 private: char * staff id;//职工号 double base;//基本工资 double bonus;//奖金 double tax;//代扣个人所得税 }; int main{ Salary pay(”888888”,3000.0,500.0,67.50); cout<<”应发合计:”<<pay.getGrossPay<<' '; cout<<”应扣合计:”<<pay.getGrossPay一pay.getNetPay<<””; //ERROR**********found********** cout<<”实发工资:”<<pay::getNetPay<<endl; return 0; }
关注
顶部
微信扫一扫,加关注免费搜题