3.
How many types of conditional statements are available?
What is the purpose of IF ... THEN statement? Give a small code to support your
answer.
Answers
Answered by
1
conditional statement
there are three types
The if statement is used to check some given condition and perform some operations depending upon the correctness of that condition. It is mostly used in the scenario where we need to perform the different operations for the different conditions.
Similar questions