R
Rahsaan Page
Can anyone help me write this program, i dont know how i should go
about this:
Array Practice
(1)Write a method, getValue(int [ ] array) to have user enter the size
(length) of an integer array, then user is able to continuously enter
the integer values. (2)Write a method int getHighestValue() and int
getLowestValue() which returns the highest value and lowest in the
array respectively. (3) Write a method int[ ] geArray( int[ ] array1)
which receives an integer array array1 as parameter and returns an
duplicate integer array. (4) Write a main program to test it.
about this:
Array Practice
(1)Write a method, getValue(int [ ] array) to have user enter the size
(length) of an integer array, then user is able to continuously enter
the integer values. (2)Write a method int getHighestValue() and int
getLowestValue() which returns the highest value and lowest in the
array respectively. (3) Write a method int[ ] geArray( int[ ] array1)
which receives an integer array array1 as parameter and returns an
duplicate integer array. (4) Write a main program to test it.