AP Computer Science A

study guides for every class

that actually explain what's on your next test

PowerOfTwo(int n)

from class:

AP Computer Science A

Definition

This term refers to a recursive method that calculates 2 raised to the power of 'n'. It uses recursion by calling itself with smaller values until reaching the base case (n = 0).

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.