Challenge 1: Declare an Array
In this challenge, you are required to make an array, and access its elements without using a debug trait.
We'll cover the following...
Problem Statement
-
Declare an array,
arr
, of size 6 that has numbers divisible by 2 ranging from 0 to 10. -
Print ...