subject

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.
you may not use the math library!

in your code provide clear comments where you are implementing the above items. for each task you must use a separate for loop (five for loops).

provide the java code and a screen shot of the console. make the console large enough to see the results

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Discuss the ways in which electronic information associated with payments is addressed in terms of security. include encryption, secure sockets layers, and secure electronic transactions in your discussion. are there any other ways that consumers and businesses can keep their payment information secure in an electronic commerce environment? do you feel that your information is safe when conducting electronic business? why or why not?
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
I'll mark brainliest if answered right! with which feature or menu option of a word processing program can you make an image like this? you can get this image using the option of a word processing program.
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
You know the right answer?
Create an array of 100 integers using a random generator. ( 1 for loop)
provide the sum and av...
Questions
question
Mathematics, 10.03.2021 08:30
question
Chemistry, 10.03.2021 08:30
question
Mathematics, 10.03.2021 08:30
question
Mathematics, 10.03.2021 08:30
question
Biology, 10.03.2021 08:30
question
Mathematics, 10.03.2021 08:30
question
English, 10.03.2021 08:30
question
Social Studies, 10.03.2021 08:30
Questions on the website: 13722367