0
array 3x4
create a 3x4 array and input its value. use a function to compute the sum, average, highest, lowest number of even, number of odd integers. use one function for each computation
2 Respuestas
+ 4
thats ez.
create the array
read in the data (file or Ui)
make the functions
call the functions
:)