【发布时间】:2014-01-21 18:53:27
【问题描述】:
如果用户输入 base = 3 和 exponent = 4,您的程序应该能够使用循环计算幂,如下所示:我知道我必须使用 power=Math.pow(baseIn, exponentIn) 但其他然后我很迷茫..我自己学习这个,因为我是唯一一个上课的人 示例:
31 = 3
32 = 9
33 = 27
34 = 81
![在此处输入图片描述][1]
提示:power=Math.pow(baseIn, exponentIn);
【问题讨论】:
-
不清楚你的问题是什么。
标签: actionscript-3 random numbers calculator helper