Solution Review: Array of Integers
In the following lesson, we will go over the solution of the challenge: Array of Integers
Task
In this challenge, you were provided a range of numbers. Using the range of numbers, you had to create and populate an array. The final array could only consist of even multiples of 3.
Solution
Let’s go ...