The function ExpPower given below receives two inputs, x and n, and should return    is a real number and n is a non-negative integer. Note that the exponent of x in the expression is 3n. ExpPower(x, n) If n = 0, then Return(?) y := ExpPower(x, n - 1) Return( y3 ) What is the correct value for the algorithm to return if n=0 ?单项选择题

题目图片
A

1

B

x

C

x3

D

x2

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!