For checking multiple conditions we use:
Answers
Answered by
0
Answer:
my dear friend your answer is
Explanation:
Here we'll study how can we check multiple conditions in a single if statement. This can be done by using 'and' or 'or' or BOTH in a single statement. and comparison = for this to work normally both conditions provided with should be true. If the first condition falls false, the compiler doesn't check the second one
Similar questions