Computer Science, asked by ckamal5716, 1 month ago

For checking multiple conditions we use:

Answers

Answered by rohitsharma9774354
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