Write a program that initializes a 3x4 array with test data. It then asks the user for a number input, and checks if the number is present in the array. Display "Yes, number is present at location (2,2)", if it is found (assuming it is found at location 2,2). Display "Number not found" otherwise.