Write a PingPong class that implements the Runnable interface and will write ping or pong in a console window. Have it print the word (ping or pong) at least 10 times before it terminates. Write a program that creates and runs two threads using the PingPong class. One that prints ping, one that prints pong