We have a simple formula to calculate the power of Pokémon:
Suppose you have implemented the above formula in a Go program within the calculatePower() function.
Select the suitable functions you could use to decompose the calculatePower() function. Remember, that the purpose of function decomposition is to split a function into smaller ones.