Solution:
The answer of this question is C) Dual Alternative
Explanation:
A decision structure is a construct in a computer program that allows the program to make a decision and change its behavior based on that decision. The decision is made based on the outcome of a logical test. A logical test is a calculation whose outcome is either true or false.
For Further readings go to https://en.wikiversity.org/wiki/Learning_Java/Decision_Structures