Hi, I am required to: Create an array of 100 integers using a random generator. ( 1 for loop) Provide the sum and average of the array. (1 for loop) Find the smallest and largest number in the array. Determine its position in the array. (2 for loops) How many numbers are below the average, and how many numbers are above the average. (1 for loop) Print all data to the console, but do not print the array to the console. I need details how this is coded step by step in java. I already started on the code and I have: public class Project_7 {public static void main(String[] args) {Random randomNum = new Random();double[] arrayNum = new double[100];for(int i=0;i<arrayNum.length; i++){arrayNum[i]=Math.random()*100;System.out.println(arrayNum[i]);}int sum = 0;for(int i=0; i<arrayNum.length; i++);{sum += arrayNum[i];System.out.println("Sum is" + sum );}double average = sum/100;   Its not perfect but its a start. Please include details for each step so I can understand. Thank you!

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.1: One-dimensional Arrays
Problem 10E: (Electrical eng.) Write a program that specifies three one-dimensional arrays named current,...
icon
Related questions
Question

Hi, I am required to:

  • Create an array of 100 integers using a random generator. ( 1 for loop)
  • Provide the sum and average of the array. (1 for loop)
  • Find the smallest and largest number in the array. Determine its position in the array. (2 for loops)
  • How many numbers are below the average, and how many numbers are above the average. (1 for loop)
  • Print all data to the console, but do not print the array to the console.

I need details how this is coded step by step in java.

I already started on the code and I have:

public class Project_7
{
public static void main(String[] args)
{

Random randomNum = new Random();
double[] arrayNum = new double[100];

for(int i=0;i<arrayNum.length; i++)
{
arrayNum[i]=Math.random()*100;
System.out.println(arrayNum[i]);
}

int sum = 0;
for(int i=0; i<arrayNum.length; i++);
{
sum += arrayNum[i];
System.out.println("Sum is" + sum );
}

double average = sum/100;

 

Its not perfect but its a start. Please include details for each step so I can understand. Thank you!

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,