Calculating Power of a Number

# Introduction In this lab, you will create a program that takes an integer input for two variables: `number` and `power`, and then uses a for loop to find the result of raising `number` to the power of `power` by iteratively multiplying the number with itself.

|60 : 00

Click the virtual machine below to start practicing