Yurttas/PL/IL/Ada-95/F/02/00/01/01.html

Revision as of 04:47, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "{| width="100%" cellpadding="4" ! align="left" | <font size="1" color="#000000"> ada-95 programming language fundamentals </font> ! align="right" | <font size="-2"> yurtta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ada-95 programming language fundamentals 1 | 2 | 3 | 4 | 5 | 6
2. flow of control << | >>

statements - decision

There are two kinds of selection constructs you can use to express your decision making control structures in Ada-95 programming language applications:

  1. if-statement
  2. case-statement

You can construct each and every case structure as an if structure; but, not the other way around.


if | case


program units and overall structure << | >> data types


Dr.Salih Yurttas | ZCubes