Dim n as integer
n=1
Do while n is greater 10
Print n
n=n+2
End
Answers
Answered by
3
Answer:
Powers Of Two.java takes an integer command-line argument n and prints all of ... using the last statement in the while loop to modify the index variable. ... + 1/n2 does converge to a constant as n grows to infinity. ... For bases greater than 10, use the letters A through F to represent the 11th through 16th digits, respectively.
Explanation:
Similar questions