Practice ยท 4 of 4
Power by While
Implement int pow_while(int base, int exp) (exp >= 0) using a while loop, not any library function.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Loop Gym
Practice ยท 4 of 4
Implement int pow_while(int base, int exp) (exp >= 0) using a while loop, not any library function.
Difficulty: beginner
Back to lesson: Practice: Loop Gym