December 2023
Intermediate to advanced
794 pages
16h 31m
English
“Talk is cheap. Show me the code”
Linus Torvalds
This chapter aims to provide insight into how to use decision statements that allow the execution of a selected set of instructions to accomplish the stated goal.
At the end of this chapter, the reader will be able to
An algorithm is a complete sequence of actions to solve a given problem if followed exactly. Algorithms are built using three basic building blocks: sequence, selection, and repetition. ...
Read now
Unlock full access