English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In Structured programming there are three control structures used .Selection, Sequence and Repitition. Describe how each of these 3 control structures is used? Also what are the differences between the 3 and when would you use them? if Possible give an example

2007-12-18 00:16:32 · 1 answers · asked by BlademanX 2 in Computers & Internet Programming & Design

1 answers

Selection is a condition statement.
That is an if or a case statement.

Sequence is just one process following on after another.

Repetition is one or more processes in a loop.

I think that you can do the rest.

2007-12-18 01:12:32 · answer #1 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers