You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.Create a vector<float> and put 25 numbers into it. Then square each number and put the result back into the same location in the vector. Display the vector before and after the multiplications.