What is the base case for calculating the nnn-th power of xxx recursively (xnx^nxn)?
x0=1x^0 = 1x0=1
x1=xx^1 = xx1=x
xn=xcdotxn−1x^n = x \\cdot x^{n-1}xn=xcdotxn−1
Either a or b