Decision-making is an integral part of programming. You often need to examine certain conditions in a program. Based on those conditions, you control the flow of the program execution. This chapter teaches how to respond based on the state of your program.

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

Decision-Making

  • Vaskaran Sarcar

摘要

Decision-making is an integral part of programming. You often need to examine certain conditions in a program. Based on those conditions, you control the flow of the program execution. This chapter teaches how to respond based on the state of your program.