-
题目:企业发放的奖金根据利润提成。利润(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
-
实现时钟的例子,分享下,用win32汇编实现的
实现时钟的例子,分享下,用win32汇编实现的-Examples of realization of the clock, sharing, using win32 compilation to achieve
- 2022-01-28 17:14:07下载
- 积分:1
-
麻将程序,很经典,适合学习之用。在bcb中开发。
麻将程序,很经典,适合学习之用。在bcb中开发。-mahjong procedures, classic, suitable for learning. In bcb developed.
- 2023-08-09 13:15:03下载
- 积分:1
-
模拟显示器逐行扫描的程序,在tc2.0环境下 做的.很好的哦
模拟显示器逐行扫描的程序,在tc2.0环境下 做的.很好的哦-progressive scan analogue monitors procedures, the tc2.0 environment so. Oh well
- 2022-08-11 13:40:20下载
- 积分:1
-
Guide to using the various background detector implementations
Guide to using the various background detector implementations
- 2022-12-06 23:05:03下载
- 积分:1
-
远程教育系统
DistanceLearning系统dealswith不同层次的培训和技能开发theemployee和将占员工的表现,训练对验证工作能力。描述远程教育系统将givean额外的旋转来训练员工通过网络andcommunication技术。这种创新会给许多受益toorganization在培训员工。它是用户友好projectswere用户可以工作在有自己的一席之地,并在方便的时间。 Thissystem主要由三个不同的角色。主办单位:监视wholesystem。管理员:发送响应theemployee和维护存储库员工:用户系统,培训机构要求的。总任务管理客户端注册书籍访问要求考试要求额外的时间
- 2022-02-20 22:25:37下载
- 积分:1
-
顺序后退法地震属性优选
地震属性分析中,地震属性数目多达100多种;而过多的地震属性往往影响模型的稳定性,一般来所6个属性一下较为合适,并且地震属性往往没有明确的地质意义,因此计算它们的统计关系意义分成重要。
- 2022-11-06 08:10:03下载
- 积分:1
-
access简单应用 特别适合初学者 一看就会,很基础的
access简单应用 特别适合初学者 一看就会,很基础的-particularly suitable for simple applications access beginners will see, it is based on
- 2023-03-20 03:00:04下载
- 积分:1
-
螺旋矩阵生成算法。程序是语言的。
螺旋矩阵的生成算法。该段程序是由C语言编写。-spiral matrix generation algorithm. The procedure is of the C language.
- 2022-01-25 18:51:18下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1