Use braces to write the members of the set, or state that the set has no members.

The integers between 2 and 6 (not inclusive)


A.

{3, 4, 5}
{3, 4, 5}


B.
{3, 4, 5, 6}


C.
{2, 3, 4, 5}


D.
{2, 3, 4, 5, 6}