Louis RomaoSep 02, 2019You make a good point.I ran the program with 50 iterations and 100 iterations. There was no change in the values shown.I also figure that these answers may not be definitive, but showing the program and these results would be a conjecture to start with.I do wonder in what form the final answer should be. Are these results adequate, or is a mathematical expression necessary?
cool name, cool picture.
Write in Proper Maths format please.
And What about the person who do NOT know programming.
And You took only 100 numbers, as these numbers are infinite.
You make a good point.
I ran the program with 50 iterations and 100 iterations. There was no change in the values shown.
I also figure that these answers may not be definitive, but showing the program and these results would be a conjecture to start with.
I do wonder in what form the final answer should be. Are these results adequate, or is a mathematical expression necessary?
Math.pow(2,x) is two raised to the x power. So Math.pow(2,3) would be 8.