...
/Challenge: Halve the Elements of the Array
Challenge: Halve the Elements of the Array
Here is a coding challenge to test your understanding of arrays and slices.
We'll cover the following...
Problem statement #
Iterate over the elements of an array of doubles and halve the ones ...