Your friend Erin created the following algorithm: You apply the algorithm to the following sentence: The treasure chest contains 100 pieces of gold, 50 pieces of silver, and a handful of rubies What are the two outcomes? (Choose two.) A.…

You are creating a calculator app. The Power function must calculate the result of raising a number by a positive exponent value. You create the following pseudocode: Function Power(number, exponent) DECLARE result End Function You need to complete the pseudocode…