Answer:
hmmmmm...hold up let me look up what dark supereffective means XD...
Explanation:
?oh so i only see stuff about pokemon so id imagine its about that...
Answer:
def power(base, expo):
if expo == 0:
return 1
else:
return base * power(base, expo-1)
Explanation:
*The code is in Python.
Create a method called power that takes base and expo as parameters
Check if the expo is equal to 0. If it is return 1 (This is our base case for the method, where it stops. This way our method will call itself "expo" times). If expo is not 0, return base * power(base, expo-1). (Call the method itself, decrease the expo by 1 in each call and multiply the base)
Answer: a social protocol and something like DNS is that little socialbehavior, cues, or relationships are carried through DNS.
Explanation: