c
Posted: Sat May 14, 2022 7:41 pm
c
Create a program that Creates a 2-D array named my_array. Uses the readArray function to fill the array with values from the user. o Uses the printArray function to print the array. Uses the maxArray function to find the maximum number of the array.
Create a program that Creates a 2-D array named my_array. Uses the readArray function to fill the array with values from the user. o Uses the printArray function to print the array. Uses the maxArray function to find the maximum number of the array.