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