Maranion / Festo_repo

0 stars 0 forks source link

Chapter 2 Task 10 #10

Closed AleksanderM closed 3 years ago

AleksanderM commented 3 years ago

Create a vector and put 25 numbers into it as in the previous exercises. Now square each number and put the result back into the same location in the vector. Display the vector before and after the multiplication.

vect.at(i) =vect.at(i)=vect.at(i); защо = ?

AleksanderM commented 3 years ago

At 139bb82

AleksanderM commented 3 years ago

OK