Page 1 of 1

c

Posted: Sat May 14, 2022 7:41 pm
by answerhappygod
c
C 1
C 1 (16.96 KiB) Viewed 27 times
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.