ZachGrossi/PingPongTest
Prints the numbers from 1 to 100. But for multiples of three prints “Ping” instead of the number and for the multiples of five prints “Pong”. For numbers which are multiples of both three and five print “PingPong".
C#
Prints the numbers from 1 to 100. But for multiples of three prints “Ping” instead of the number and for the multiples of five prints “Pong”. For numbers which are multiples of both three and five print “PingPong".
C#