What is the use of conditional statement ?
Answers
Answered by
4
Conditional statements are used to decide the flow of execution based on different conditions. If a condition is true, you can perform one action and if the condition is false, you can perform another action.
Similar questions