Control Structures: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Iterative: Removed section)
Line 9: Line 9:
* [[Loop Structures]]
* [[Loop Structures]]
* [[Exceptions]]</font>
* [[Exceptions]]</font>




=Iterative=

These control structure operate on datasets.

==[[C plus plus|C++]]==
[[Category:C plus plus]]

Revision as of 18:58, 26 January 2007

Task
Control Structures
You are encouraged to solve this task according to the task description, using any language you may know.

Control structures are features of programming languages that influence the code flow. Two common examples are loops and conditions. The task here is to demonstrate control structures supported by different programming languages.

This page is being split into multiple articles. Please help move code into these articles, instead: