what is conditional statement?
Answers
Answered by
11
Answer:
Conditional statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of conditional statements in C. If statement. If-Else statement.
Answered by
5
Answer:
Conditional Statement in computer science is a feature of programming language which performs actions depending on whether a programmer-specified boolean condition evaluates to true or false.
Hope it helps.
Follow me.
Please mark it as the Brainliest..
Similar questions