Hi, I'm a beginner here. could you help me solve this assignment question. please I need the solution ASAP. thank you
Given a 5x4 integer array, one element of the array has a value of 90, its position in the array is unknown. the remaining elements of the array have values between 0 and 89 inclusive.
Write a C++ program that declares the 5x4 integer array. you must assume that the array is automatically populated with integer values as given above(do not code this). The program should search for the number 90's position in the array and when found should specify the row index and the column index of the cell or position in which it is found.