Challenge 8: Sum of Squares of Even Numbers
In this challenge, your task is to create a list of the squares of even numbers.
We'll cover the following...
Problem Statement
Given an evenSquare()
function, create a list with the squares of the even numbers from 0 to 20. ...