Challenge 5: List of Squares
Here is the challenge: you are required to create a list containing squares of numbers.
We'll cover the following...
Problem Statement
Given a getSquare()
function, create a list with the ...