Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program with an array that is initialized with following test data: 2 6 , 8 5 , 2 5 , 9 4 ,

Write a program with an array that is initialized with following test data: 26,85,25,94,3,95,65,90,42,56,65,81,4,59,48,1,46,7,60,98,32,40,54,85,77,69,51,16,54,87Use 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 and the program should display the Total, Average, Highest and the Lowest value. Two decimal places for the average (hints: cast int to double to calculate the average of integers)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions