Quiz on Nullable Operators
Evaluate yourself on what you have learned about nullable operators.
We'll cover the following...
We’ve learned to use the ?.
operator with objects, but it also works with arrays to retrieve their ...