Choose the correct definition for Conditional Statement A. Affects the sequential flow of control by executing different stateme
nts based on the value of a Boolean expression B. Stores information as a number, String, or Boolean C. Joins together two or more strings end-to-end to make a new string D. An ordered sequence of characters
A: Affects the sequential flow of control by executing different statements based on the value of a Boolean expression
Explanation
because the real definition is Definition. A conditional statement is a statement that can be written in the form “If P then Q,” where P and Q are sentences. For this conditional statement, P is called the hypothesis and Q is called the conclusion. Intuitively, “If P then Q” means that Q must be true whenever P is true. And A, explain that.