18.5k views
3 votes
Another name for an if-then statement is a _____. Every conditional has two parts. The part following if is the _____ and the part following then is the _____.

User Rahul Vala
by
8.2k points

2 Answers

3 votes
The correct words to fill the blanks in the statement are "conditional statement", "hypothesis", "conclusion". Another name for an if-then statement is a conditional statement. Every conditional has two parts. The part following if is the hypothesis and the part following then is theconclusion.
User Nazmul Hasan
by
8.6k points
3 votes

Conditional statement, hypothesis, and conclusion

Another name for an if-then statement is a conditional statement. Every conditional has two parts. The part following if is the hypothesis and the part following then is the conclusion.

A conditional statement is a statement that is usually in the “if-then” form. It is used to express unreal or possible situations. Conditional statements are made up of two parts; the part that follows if (hypothesis or conditional part), and the part that follows then (the main part or conclusion). When writing a conditional statement, the order of arrangement of the two parts is not important but a comma should be used to separate them.


User Surabhil Sergy
by
8.7k points