ABSTRACT

Almost all of the example functions and utilities you’ve looked at so far have included conditionals and loops, critical components in programming computers. A conditional is a test, the result of which causes your program to take a particular path. A loop is a repeating group of program code that works with lists of data or that collapses on an answer through an iterative process such as those commonly used in engineering computations involving linear algebra.