Spectrum interview question

Create an array that holds even numbers from 2-100.

Interview Answer

Anonymous

11 Jun 2019

Used a for loop in Python.