-
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元...
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。 -Title: Enterprise of the bonus payment of royalty under the profit. Profit (I) less than or equal to 10 million, prize money will be provided as 10 profits exceeding 10 million, less than 20 million, less than 10 million part of royalty by 10, higher than 100,000 yuan part of the cocoa percentage, 7.5 200000-400000 between, more than 20 million parts, may deduct a percentage of 5 400000-600000 between more than 40 million parts, may deduct a percentage of 3 600000-1000000 between, more than 60 million of the royalty to 1.5, above 100 million, over 100 million parts by 1 percent royalty, from the keyboard input month profit I, Qiu-Ying The total number of bonuses? 1. Program analysis: Please use a few axes to boundarie
- 2022-05-26 23:48:27下载
- 积分:1
-
After geting system infomation and running System.exe,you can finish different f...
获取系统信息 运行System.exe后,在弹出的窗体中,单击不同按钮完成不同功能。-After geting system infomation and running System.exe,you can finish different functions by click different buttons in pop-up form.
- 2022-03-24 10:18:52下载
- 积分:1
-
字符串比较函数,支持“*”串通配和“?”字通配符,用 C语言编写,速度比较快....
字符串比较函数,支持“*”串通配和“?”字通配符,用 C语言编写,速度比较快.-String Comparison Functions to support
- 2023-02-09 15:45:04下载
- 积分:1
-
扫雷小游戏
本代码是油easyx简易界面库编写的扫雷小游戏,里面包含有第一次点击肯定是空白,空白散开使用的是BSF,对初学者还是比较有帮助
- 2022-03-21 00:42:28下载
- 积分:1
-
- 2022-02-03 10:49:23下载
- 积分:1
-
操作vc控制word的表格填写及随时更改填写情况
操作vc控制word的表格填写及随时更改填写情况-operation vc control word and fill in the forms filled out at any time of change
- 2022-03-05 00:43:27下载
- 积分:1
-
用VB编写的小区管理,值得下载,可以作为成品来做。
用VB编写的小区管理,值得下载,可以作为成品来做。-Written using VB district administration, it is worth downloading, you can do as a finished product.
- 2022-03-20 10:35:33下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
可变变量
changeable variables
- 2022-08-23 07:42:04下载
- 积分:1
-
A simple game, very fun, there is the original code, is VC++ Prepared
一个简单的游戏,很好玩,有原代码,是VC++编写的-A simple game, very fun, there is the original code, is VC++ Prepared
- 2022-04-29 09:05:44下载
- 积分:1