Store different values in the instance variables of the two objects
The program uses the two pointer variables named ptrToObj01 and ptrToObj02 to store values of 3 and 10 in the instance variable belonging to each of the two objects respectively.
(Note the use of the -> operator for this purpose.)