Prepare a method that will guess the root of a number

Assignment Help JAVA Programming
Reference no: EM13700729

Question: Using binary search/interval halving, prepare a method that will guess the root of a number (JAVA)

We will be provided the subsequent method where int n is the number and p is the power you want the number to be raised to..

private static int power(int n, int p)

In JAVA, You need to write a method using the subsequent parameters and using the above method:

private static int root(int n, int r) {...}

I am thinking something along the lines of setting the high to n and the low to 0. 

The middle of the interval would then be n/2 = some number... 

Use this result raised to a power of r.. if is bigger than our high, which cannot be.  So the low stays at 0, and the high is now set to n/2 and so on. 

Please do proper documentation of code. I just cannot understand how to implement it.

 

 

Reference no: EM13700729

Questions Cloud

Find the average of four 16-bit unsigned integers : Write a program (starting at address $4000) to find the average of four 16-bit unsigned integers stored at locations $5000, $5002, $5004 and $5006 and store the 16-bit result at location $5010.
Outline a synthetic pathway of compounds : Question- Outline a synthetic pathway for preparing each of the following compounds, using the Grignard reaction and starting with benzene or toulene (a) 1,1-diphenylethanol; (b) 1,2-diphenylethanol; (c) 2,2-diphenylethanol; (d) 2,3-diphenyl-2-but..
Display the complete fibonacci sequence : Display the complete Fibonacci sequence until u reach a value less than or equal one million - display the count of how many numbers are in that sequence between 1 and 1000000
How many minutes are required to deposit spoon : Question- A spoon is to be electroplated with gold using 1.0 m AU(NO3)3 and 2.57 A of current. How many minutes are required to deposit 5.50 grams of gold on the spoon
Prepare a method that will guess the root of a number : Using binary search/interval halving, prepare a method that will guess the root of a number (JAVA)
Determine how long is the bar : A uniform steel bar swings from a pivot at one end with a period of 1.8s. How long is the bar
System.out.println statement : Display the value stored in num4 with the label "The result of the constant const1 multiplied by the constant const2 is " - Please use the precisely same character strings provided to you below in your System.out.println statements.
The activation energy for the ignition of the paper : Question- A paper cup is filled with water (enthalpy of vaporization for water is 40.65 kJ/mol). The activation energy for the ignition of the paper is 470 kJ. The cup holds 200.0 mL of water. Assume that the specific heat capacity of the paper is..
Estimate how far did it travel in that time : A car slows down uniformly from a speed of 20.0 m/s to rest in 4.00 s. How far did it travel in that time

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd