错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Control Flow and Conditional Statements

  • Charles Edge,
  • Joel Rennich,
  • Jeremy Bannister

摘要

Variables, types, and constants represent the ability to store information programmatically. Next, software developers need to move data. Statements allow developers to group expressions and so more easily control aspects of the order of execution. Statements can be used to perform tasks, to make decisions, and to repeat blocks of code.