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:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.