Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

bartleby

Concept explainers

Question
100%

please give me code and output with following direction. 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).
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Computer Science
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
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education