Computer Science, asked by surbhichaudhary7, 1 year ago

what is the need for selection or conditional statement?

Answers

Answered by AzzyLand
0

Hi my dear friend,

Selection statements, sometimes also referred to as conditional statements, give us this ability. The simplest form of selection is the if statement. This is sometimes referred to as binary selection since there are two possible paths of execution. The boolean expression after the if statement is called the condition.

~Thank you

Similar questions