AI Features

Challenge 2: Search First Occurrence of a Number

Given an array, find the first occurrence of the target number.

Problem Statement

Implement a function that takes an array arr ...