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

Controlling the Flow

  • Iuliana Cosmina

摘要

The previous chapters have covered ways to create statements, and what operators to use depending on the operand types. Sometimes in the previous chapters elements of logic were added to make the code runnable for you, and this chapter is dedicated to explaining in detail how you can manipulate the execution of your code (that is, control the flow) using fundamental programming conditional and repetitive statements. A solution, an algorithm can be represented using flowcharts.