Calculate a point near the middle of the range

Assignment Help Computer Engineering
Reference no: EM132207761

Write a program that asks the user to think of an integer between 1 and 1,000,000, and then guesses the number through a series of yes/no questions.

To guess the number, the program calls a recursive method 'guess' that has two parameters, low and high.

The precondition for the method requires that the user's number lie in the range low...high so that the program's initial call is to guess (1, 1000000). What is a good stopping case for guess, when it can guess the user's number with little or no work? Answer: If (low == high), then there is only one possible number, and the method can guess that number.

On the other hand, if (low < high), then the method should calculate a point near the middle of the range:

midpoint = (low + high) / 2

Then the method asks the user whether the midpoint is the correct number. If so, the method is finished. On the other hand, if the midpoint is not the user's number, then the method asks whether the correct number is larger than midpoint.

If so, the method knows that the user's number lies in the range midpoint + 1 to high, and a recursive call can be made to solve the smaller problem of finding a user's number in the range midpoint + 1 to high.

On the other hand, if the user's number is not larger than midpoint, then a recursive call can be made to solve the smaller problem of finding a user's number in the range low to midpoint - 1.

Reference no: EM132207761

Questions Cloud

Allow the user to specify a filename on the command line : Write a program that allows the user to specify a filename on the command line. If the filename is not specified, the program prompts the user for the filename.
Discuss the rothchild-stiglitz model : Consider the basic Rothchild-Stiglitz model with asymmetric information and robust and frail individuals. Suppose the government imposes a tax-and-subsidy.
Importance of carrying out process of analysis of position : What is the importance of carrying out the process of analysis of position in a company?
What is wrong with jack attitude toward equal employment : What’s wrong with Jack’s attitude toward equal employment? Explain both his attitudes and the problems with them.
Calculate a point near the middle of the range : Write a program that asks the user to think of an integer between 1 and 1,000,000, and then guesses the number through a series of yes/no questions.
Write a program that will ask the user for a given name : Write a program that will ask the user for a given name and report the corresponding family name.
Sustain the competitive advantage in the widget market : Based on the readings, what would you advise Widgets ‘R Us to do in order to sustain the competitive advantage in the widget market?
Find out a projection of the state of the economy : Find out a projection of the state of the economy in the near future (e.g. growth rate, interest rates, inflation rates, unemployment rates, etc.)
Why is it specifically important for management overall : Write a post about why Organizational Behavior is important in your field of study. Why is it specifically important for management overall?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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