Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program random.java to process random numbers in an array. Generate 36 random 2-digit integers and save them in an array. Print these

image

Write a program random.java to process random numbers in an array. Generate 36 random 2-digit integers and save them in an array. Print these numbers in 6 rows (6 numbers per row). Process the array to find out the total and average of these numbers. Count how many numbers are below average. Sample output: Random number generated are: 92 56 87 59 82 93 95 85 67 42 66 37 25 36 43 18 97 53 38 68 35 98 63 52 30 46 26 54 87 20 11 32 18 73 88 35 Total: 2007 Average: 55.75 Below Average Count: 19

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_2

Step: 3

blur-text-image_3

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

Elementary Statistics

Authors: Robert R. Johnson, Patricia J. Kuby

11th Edition

978-053873350, 9781133169321, 538733500, 1133169325, 978-0538733502

More Books

Students also viewed these Programming questions

Question

What is the effect of word war second?

Answered: 1 week ago