Question: C programing please Problem 2: You need to write a C program to receive two values of m (number of rows) and n (number of
Problem 2: You need to write a C program to receive two values of m (number of rows) and n (number of cols) from users. Then you need to create a 2-D arrays which has m rows and n cols. Use random function to generate the value for each element in the 2-D arrays. And then use the for loop to output the array. After this, you need to get a target value from the user end. And find if the array has the target value, if it has, output true, else, output false. For simplicity: the m and n should between 0 and 5. the value of element in array should between 0 and 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
