Read 10 integers from the user and store them in an array. Take another integer from the user and check whether it is in the array (print Found in that case) or not (print Not found). code example
Example: search no of item in array
let alligator = ["thickscales", "tail", "rounded","12"];
console.log(alligator.length)