This challenge tests your knowledge of functions and arrays.
Problem Statement
The task is to modify the given function arr_square()
to use loops to iterate over an array, which is declared within the ...
This challenge tests your knowledge of functions and arrays.
The task is to modify the given function arr_square()
to use loops to iterate over an array, which is declared within the ...