Threads: Enter an integer a (a <= 100), Calculate and print out the value of a2, a3, a4 Input: A unique integer a Output: Three of a2, a3, a4 each number separated by spaces. For example: input: 3 output: 9 27 81