Saved Bookmarks
| 1. |
a) Name the three control structures in Java. |
|
Answer» Sequential: default mode. Selection: used for decisions, branching -- choosing between 2 or more alternativepaths. Repetition: used for looping, i.e.repeatinga piece of codemultipletimes in a row. |
|