The if-else-if composite structure
(Display Listing 3.)
An important composite structure is the nested combination of several if-else structures.
This forms a sort of multiple choice structure.
The if-else-if structure is illustrated by the program named Alice0165c.
A complete listing of the program is provided in Listing 3.