this time we will try to (satisfactory) solve a coding challenge.
description
write a function that takes in a non-empty array of integers that are sorted in ascending order and returns a new array of the same length with the squares of the original integers also sorted in ascending order.