Q. Which method is used to check if an array includes a specific element?
β
Correct Answer: (A)
include?
Explanation: The include? method returns true if the element exists in the array.