Write a void method printPowers which uses a while loop to print the the first three powers of 1 - 5 as shown below.


1 1 1


2 4 8


3 9 27


4 16 64


5 25 125