What will this example program print to the monitor?

A good answer might be:

The Gingham Dog 
The Gingham Dog 

Two Objects with Equivalent Data

Here is a picture of this situation. Even though both objects have equivalent data inside of them, ( strA == strB ) is false.

The == reports false because there are two different objects.

QUESTION 18:

Say that itemA == itemB and that itemB == itemC. How many objects are there?

Click Here after you have answered the question