Introduction

Module III: Control Statements

This module mainly explains the various control structures that are simply indispensable for any serious problem solving task. The control structures facilitate repetition of certain portion of the programme based on some pre-defined condition(s) so as to avoid re-coding; and support decision-making to branch the control of the programme to perform different segments of statements according to different alternatives.

Last modified: Tuesday, 25 September 2012, 10:03 AM