Articles tagged with iteration

  1. Decision and Loop Structures

    Posted on in Programming

    Decision structures (also known as selection structures) are used in programming to take an action based on the result of a question (Farrell, 2008). An if-then-else statement is the most basic kind of decision structure. The question is represented as a Boolean expression that results in a true or false …

My Bookshelf

Reading Now

Other Stuff