Re: Need help for my project using Java Programming
help me oon java
Write a program that prompts for and stores an arbitrary range of integers in an array (e.g. ask the user how many values they want to store -- must be a minimum of three). Once the array is loaded with the values entered by the user, display the following using code to retrieve the values from the array itself. Be sure all output is labeled appropriately.
- Each array element
- Each array element raised to the power of three
- The total sum of all array elements
- The average based on the sum of all values entered in the array
|