So my class has two examples, and not sure why one works and the other doesn\'t.
int numSides = 3; int *valPointer = &numSides; PrintValue(valPointer);