...

/

Exercise 1: Check the Array Equality

Exercise 1: Check the Array Equality

Write code to verify whether two arrays are equal.

Problem statement

Write a Ruby method to check whether two arrays are equal. To do this, you are first required to perform the ...