Geography, asked by aaaartisinghbaghel, 6 months ago

which operator is used to specify a condition in branching statement​

Answers

Answered by aditikanwadkar
1

Answer:

Conditional branching: if, '?' Sometimes, we need to perform different actions based on different conditions. To do that, we can use the if statement and the conditional operator ? , that's also called a “question mark” operator.

Mark me Brainliest!!

: )

Answered by Raghav1330
1

The 'if' operator is used to specify a condition in the branching statement.

  • There are some other branching statements like a break, continue, return, and go to.
  • 'If' is the most common programming branching statement used.
  • There are generally three branching statements.
Similar questions