Challenge: Array of Integers
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You have to create and populate an array of integers within a given range. Multiply each element in the range with 3. The elements of the ...