Challenge: Array of Squares
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given an Array of integers. The Array needs to be modified in such a way that it should contain the squares of the original values at the same index as the ...