英语翻译Workes at a particular company have won a 7.6% pay increase retroactive for six months.Write a program that takes an employee's previous annual salary as input,and outputs the amount of retroactive pay due the employee,the new annual sala
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/17 20:41:27
英语翻译Workes at a particular company have won a 7.6% pay increase retroactive for six months.Write a program that takes an employee's previous annual salary as input,and outputs the amount of retroactive pay due the employee,the new annual sala
英语翻译
Workes at a particular company have won a 7.6% pay increase retroactive for six months.Write a program that takes an employee's previous annual salary as input,and outputs the amount of retroactive pay due the employee,the new annual salary,and the new monthly salary.Use a variable declaration with the modifier const to express the pay increase.Your program should allow the calculation to be repeated as often as the user wishes.
英语翻译Workes at a particular company have won a 7.6% pay increase retroactive for six months.Write a program that takes an employee's previous annual salary as input,and outputs the amount of retroactive pay due the employee,the new annual sala
每6个月 加薪7.6% 将加薪幅度定义为const常量
编程实现 输入以往年薪 计算出新的年薪和月薪 要求程序可循环
Input output 例子参考一下