tenth_power()
Write a function named tenth_power() that has:
int
num
The function should return num raised to the 10th power.