Help me solve the following algorithm. In this case, it is a vector of 20 positions. My doubt is what values would be stored in vector A?
for (i=1, A[0]=1; i< A.lenght; i++)
A[i] = A[i-1]*2;
Correct answer:
a - Elements of type...
asked by
30.03.2017 / 16:43