Java View all facts Glossary Help |
| syntactic unit > statement > control flow statement > decision making statement |
| decision making statement (conditional statement) | ||||
| subject | fact | |||
| decision making statement | is a synonym of conditional statement | ![]() |
| has purpose to make a decision on which branch of code to follow in a program | ![]() | |
| is a subtopic of Loops and Decision Making | ![]() | |
| is a kind of control flow statement | ![]() | |
| statement | is terminated by a semicolon ![]() | ![]() |
| should be not more than one line long if possible | ![]() | |
| syntactic unit | has syntax rule bold = mandatory | ![]() |
Kinds of decision making statement :