I am trying to create a program that computes x to the xth power. The logistics are simple, or so it seemed. The problem is, I need it to print out every number in the answer. For example, 12^12=8916100448256 I need the program to print out the full answer, and not some scientific notation mumbo jumbo. Any insights?