Here you need to use the Random class (you can get it from java.util.Random) Generate a class called SquareRoot and create a main method in this class. Inside the main method follows these steps: 1.Generate a Random variable named rande 2. Generates a random whole number between 1_000_000_000_000_000 (15 zeros; inclusive) and 1_000_000_000_000_300 (inclusive) using the Random object passed into the method and we store it in a variable called bigRandNum. Tip: think what data type you need Store a value of this size.“ 3. print out "The value is : [value]". Where replace the [value] with bigRandNum here. 4. Use a while loop to print out the square root of bigRandNum and then the square root of its result. The result continues as follows until the result reaches the value of 1.e 5. Determine the number of iterations of the while loop to reduce this number to 1.“ When the while loop is finished executing, it print out "Count: [count]" (including the actual count by replacing the bracketed section). e
Here you need to use the Random class (you can get it from java.util.Random) Generate a class called SquareRoot and create a main method in this class. Inside the main method follows these steps: 1.Generate a Random variable named rande 2. Generates a random whole number between 1_000_000_000_000_000 (15 zeros; inclusive) and 1_000_000_000_000_300 (inclusive) using the Random object passed into the method and we store it in a variable called bigRandNum. Tip: think what data type you need Store a value of this size.“ 3. print out "The value is : [value]". Where replace the [value] with bigRandNum here. 4. Use a while loop to print out the square root of bigRandNum and then the square root of its result. The result continues as follows until the result reaches the value of 1.e 5. Determine the number of iterations of the while loop to reduce this number to 1.“ When the while loop is finished executing, it print out "Count: [count]" (including the actual count by replacing the bracketed section). e
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%
Java
please give me code with output. thanks !
![Here you need to use the Random class (you can get it from java.util.Random)
Generate a class called SquareRoot and create a main method in this class. Inside
the main method follows these steps:
1.Generate a Random variable named rande
2. Generates a random whole number between 1_000_000_000_000_000 (15 zeros;
inclusive) and 1_000_000_000_000_300 (inclusive) using the Random object
passed into the method and we store it in a variable called bigRandNum. Tip: think
what data type you need Store a value of this size.
3. print out "The value is : [value]". Where replace the [value] with bigRandNum
here.
4. Use a while loop to print out the square root of bigRandNum and then the square
root of its result. The result continues as follows until the result reaches the value of
1.e
5. Determine the number of iterations of the while loop to reduce this number to 1.“
When the while loop is finished executing, it print out "Count: [count]" (including
the actual count by replacing the bracketed section).](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F806afc34-6e3d-4cbd-ab4a-52a9727966de%2F6c63cd1d-02a0-4b0e-a9e0-80f79b8f3864%2Fxyx3p87_processed.png&w=3840&q=75)
Transcribed Image Text:Here you need to use the Random class (you can get it from java.util.Random)
Generate a class called SquareRoot and create a main method in this class. Inside
the main method follows these steps:
1.Generate a Random variable named rande
2. Generates a random whole number between 1_000_000_000_000_000 (15 zeros;
inclusive) and 1_000_000_000_000_300 (inclusive) using the Random object
passed into the method and we store it in a variable called bigRandNum. Tip: think
what data type you need Store a value of this size.
3. print out "The value is : [value]". Where replace the [value] with bigRandNum
here.
4. Use a while loop to print out the square root of bigRandNum and then the square
root of its result. The result continues as follows until the result reaches the value of
1.e
5. Determine the number of iterations of the while loop to reduce this number to 1.“
When the while loop is finished executing, it print out "Count: [count]" (including
the actual count by replacing the bracketed section).
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images

Knowledge Booster
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.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education