公司管理流程图英文版).ppt

公司管理流程图英文版).ppt

ID:51607916

大小:280.50 KB

页数:22页

时间:2020-03-25

公司管理流程图英文版).ppt_第1页
公司管理流程图英文版).ppt_第2页
公司管理流程图英文版).ppt_第3页
公司管理流程图英文版).ppt_第4页
公司管理流程图英文版).ppt_第5页
资源描述:

《公司管理流程图英文版).ppt》由会员上传分享,免费在线阅读,更多相关内容在PPT专区-天天文库

1、Ch5SelectionStatementsProgrammingConstruct1)Wedividethebasicprogrammingconstructintothreetypes:SequentialStructure、SelectionStructureandLoopStructure.2)FlowChart(流程图):isagraphicalrepresentationinwhichspecificsymbolsandnecessarylettersareusedtodescribethesteps.3)Theflowchartaboutthethreebasicp

2、rogrammingconstructisasfollows:ABconditionABconditionASequentialstructureSelectionStructureSelectionStructure1、relationoperatorandrelationexpression2、logicaloperatorsandlogicalexpression3、ifstatements4、switchstatements5、examplesChapterOutlineThreeforms:(1)if(expression)statements(2)if(express

3、ion)statements1elsestatements2(3)if(expression1)statements1elseif(expression2)statements2elseif(expression3)statements3elseif(expressionm)statementsmelsestatementsnexexex第五章选择结构If语句的形式BriefSummaryForme1:if(expression)statementsexpressionstatementsF(0)T(not0)ex:if(x>y)printf(“%d”,x);Firstly,so

4、lvetheexpression.Ifthevalueoftheexpressionisnotzero,thenthecorrespondingststementsequenceisexcuted.Ifnoneoftheexpressionisfalse,thenexcutethestatementsafterifderectly.第五章选择结构If语句的形式exampleexpressionstatements1statements2TFex:if(x>y)printf(“%d”,x);elseprintf(“%d”,y);Form2:if(expression)stateme

5、nts1elsestatements2第五章选择结构If语句的形式exampleexpression1expression2expression3expression4statements1statements2statements3statements4statements5FFFFTTTTex:if(number>500)cost=0.15;elseif(number>300)cost=0.10;elseif(number>100)cost=0.075;elseif(number>50)cost=0.05;elsecost=0;Form3:nested-ifstatement

6、s第五章选择结构If语句的形式example(1)Theexpressionofthreeformsbehindif-statementsalwaysislogicalorrelationexpression.DCLofthreeif-statementsforms:(2)Inform2andforme3,thereisasemicoloninfrontofelse,alsointheendofallstatements.(3)Behindiforelse,itmayincludeonlyoneoperatestatements,alsoincludemanystatements

7、,butshouldbedrawedtogetherwithbrace.({})第五章选择结构If语句的形式Ex:#includemain(){intx,y;scanf(“%d,%d”,&x,&y);if(x>y)x=y;y=x;elsex++;y++;printf(“%d,%d”,x,y);}CompileError!ex:if(a+ba&&c+a>b){s=0.5*(a+b+c);area=sqrt(s*(s-a)*(s-b)*(s-c)

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。