Search for a lesson?


C# 406: Power Function

Problem 5 - Power Function: Write a function Power that takes base and exponent as input and returns the base to the power exponent. For example, Power(2, 3) will return 8.

Duration: 6:01

Difficulty: Advanced

Downloads: Solution



Photos from this tutorial