Demonstrate the operation of your object by invoking the report() in at least two separate functions.
If the human and the computer both selected paper, the program should print: "Save the trees!"
Here is an example dialogue:Human, (r)ock, (p)aper, or (s)cissors? r Computer selected rock. It is a draw. Human, (r)ock, (p)aper, or (s)cissors? s Computer selected paper. You won!
In the template method example, you should not modify the base class template method, you should only write primitive operations for the new derived class RockPaperScissors