- Write a java module that finds the cell with the “highest”value in it. The array holds 10 integers. The module shouldreturn the cell number.
- Write a driver for the module in problem 5.
Expert Answer
Answer to Write a java module that finds the cell with the “highest” value in it. The array holds 10 integers. The module sho…