The program asks 2 questions, for each you must put in an integer (a whole number, can be positive or negative, or zero). The first number you input will be the number which is raised to the power of the second inputted number.
This is a work in progress. While the block can process positive and negative exponents as well as 0, it cannot yet process decimals. I made this project because scratch does not yet have an ^ operation block, which would be quite useful.