Libraries Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9

Raising to a Power

Build a program from the blocks in the tray that uses the math library, declares a math object, and calls the raise to the power action. Edit the action to find 3 to the power of 5 and output the following message.

3 to the power of 5 is 243

Coding:

Blocks

PreviousNext