Write a program that will guess an integer

Assignment Help Computer Engineering
Reference no: EM132107332

PROGRAMING ON C:

Write a program that will guess an integer that the user has picked. Imagine that the user will write down a positive integer x on a piece of paper and your program will repeatedly ask questions in order to guess what x is, and the user replies honestly.

Your program will start by asking for an int n, and you must have 1 = x = n. After that, the program will successively guess what x is, and the user must tell the computer if x is equal to the guess (entering 'e'), larger than the guess (entering 'l'), or smaller than the guess (entering 's').

Your program will guess by maintaining a lower bound (initially 1) and upper bound (initially n) and pick the largest integer equal to or smaller than1 the midpoint of the lower bound and upper bound. If the user responds with 'l' indicating that x is larger, the guess becomes the new lower bound plus one.

If the user responds with 's' indicating that x is smaller, the guess becomes the new upper bound minus one. If the user responds with 'e' indicating that x is the guess, your program will report the number of guesses made and terminate execution:

Example 1)

Enter n: 50

Is your number 25? l

Is your number 38?

l Is your number 44? s

Is your number 41? e

Your number must be 41. I used 4 guesses.

Example 2)

Enter n: 9

Is your number 5? s

Is your number 2?

l Is your number 3? s

Error: that's not possible.

Example 3)

Enter n: -2

Error: n must be positive.

Example 4)

Enter n: 9

Is your number 5? m

Error: invalid input.

Example 5)

Enter n: a

Error: invalid input.

Reference no: EM132107332

Questions Cloud

Define random variables x and y as follows : Define random variables X and Y as follows: X(H) = 1, X(T) = 2, Y(H) = 2, Y(T)=1. Find CDF's of X and Y.Are X and Y equal in distribution? What is P(X=Y)?
Write a program that will simulate this vending machine : Write a program that will simulate this vending machine. First, accept coins from the user until the user enters zero.
Write a program for a virtual atm machine using java : You are to program a virtual ATM machine using Java. The client wants a GUI for its virtual ATM. The program will allow a user to enter their personal pin.
Create a class named cylinder with a field for the radius : Create a class named Cylinder with a field for the radius. Write code to display the surface area of both cylinders in an attractive fashion.
Write a program that will guess an integer : Write a program that will guess an integer that the user has picked. Imagine that the user will write down a positive integer x on a piece of paper.
A java program that first asks the user to enter integer : Using Eclipse, write a Java program that first asks the user to enter two integers seperately using JOptionPane.
Write a program that the robot to pick up two blocks : Program the robot to pick up two blocks (the blocks are different sizes) from fixed positions on either side of a center position.
Standard deviation of beats per minute : According to a 2011 National Health Statistics report, male pulse rates have a mean of 72 beats per minute with a standard deviation of 16 beats per minute.
What is millss estimate of the number of indigenous faults : What is Mills's estimate of the number of indigenous faults remaining undetected in the program?

Reviews

Write a Review

Computer Engineering Questions & Answers

  What classes are necessary to obtain a specific degree

What degree is the student working towards? A student can only work on one degree at a time. What classes are necessary to obtain a specific degree?

  What do you mean by an entity

How is it possible to get more information from the equal amount of data though using a database approach as opposed to a file approach.

  A researcher instructs field interviewers to interview

determine which level of measurement- nominal ordinal interval or ratio-is used in the following examples.the

  Making the network the organization

Comment about this topic: Comment on any one of the ten tech solution- Where we are at this time with respect to this trend and the authors prediction

  Define what is the sampling

Basic Sampling. You are employed by Northeast Airlines and have been asked to determine the rate of on-time arrivals for competing airlines at a proposed hub.

  Security experts agree that average home computer

Security experts agree that average home computer users have very little knowledge regarding how to make their computers secure

  Create a mips asm program that requests for three numbers

Create a MIPS asm program that requests for three numbers from the user. Month, Day, and Year. You may assume that a valid date is given.

  How has the use of ous changed structure and functionality

How has the use of OUs changed the structure and functionality in network administration? What would some best practices you would implement in your OU design.

  Define a class for a type called fraction

Define a class for a type called Fraction. This class is used to represent a ratio of two integers. Embed your class in a test program.

  Differentiate java bytecode and machine language code

What do we mean when we say that the English language is ambiguous? Give two examples of English ambiguity (other than the example used in this chapter).

  What are the advantages of using voip

Conduct an Internet search to locate a case study that shows how VoIP was beneficial to the organization.

  What would be wrong with not writing returnstatement in a

what would be wrong with not writing returnstatement in a value returing function? can you have a returnstatement in a

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