Challenge 1: Find if the Array is a Palindrome

In this lesson, you must determine if the array is a palindrome.

We'll cover the following

Problem Statement

Write a method palindrome that takes an integer array and returns true if the array is a palindrome; otherwise, it should return false.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.