7.11. (Part 2) Array Operations - Java

Publicado el: 17 septiembre 2018
en el canal de: Kakra Detome
3,328
27

Starting out with Java: From control structures through objects
Chapter 7
Programming Challenges

11. Array operations

Write a program with an array that is initialized with test data. Use any primitive data type of your choice. The program should also have the following methods:

• getTotal. This method should accept a one-dimensional array as its argument and return the total of the values in the array.
• getAverage. This method should accept a one-dimensional array as its argument and return the average of the values in the array.
• getHighest. This method should accept a one-dimensional array as its argument and return the highest value in the array.
• getLowest. This method should accept a one-dimensional array as its argument and return the lowest value in the array.

Demonstrate each of the methods in the program.

Gaddis, Tony. Starting Out with Java: From Control Structures through Objects (Page 491). Pearson Education. Kindle Edition.

Thanks 😊


En esta página del sitio puede ver el video en línea 7.11. (Part 2) Array Operations - Java de Duración hora minuto segunda en buena calidad , que subió el usuario Kakra Detome 17 septiembre 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 3,328 veces y le gustó 27 a los espectadores. Disfruta viendo!