...

/

Challenge 8: Sum of Squares of Even Numbers

Challenge 8: Sum of Squares of Even Numbers

In this challenge, your task is to create a list of the squares of even numbers.

Problem Statement

Given an evenSquare() function, create a list with the squares of the even numbers from 0 to 20. ...