Well done!

You have completed Statements!

Quiz Question 1 of 3

What is the return value of the method if `x` is 10?

public bool IsCorrect(int x)
{
    return (x > 2 && x < 5) || (x == 10);
}

Choose the correct answer below:

Skip Quiz Review Video