Build an application that will receive a guess

Assignment Help JAVA Programming
Reference no: EM133389688

Build an application that will receive a guess and report if your guess is the random number that was generated.  Your application will narrow down the choices according to your previous guesses and continue to prompt you to enter a guess until you guess correctly. 

Notice the user can guess at most 7 times.

You will use the utility class RNG.java. 

Data Element Class - RNG

  • Provided - Do Not change this file or your assignment will fail instructor's test cases.
  • This file will generate a random number between 1 and 100
  • This class has the following methods:
    • rand
    • resetCount
    • getCount
    • inputValidation
    • incrementCount
    • getMaxGuessCount
  • Refer to the description of each method provided in the RNG.java file.

Driver Class - RandomNumberGuesser

  • Make this class and name it RandomNumberGuesser.
  • This is the driver class for RNG.
  • Since this class is the driver it should contain a main method.
  • You do NOT need to import RNG class.
  • You do NOT need to create an instance of RNG class in this class.
    • Note that the all methods of this RNG class are static methods), that means the RNG class does not need to be instantiated to use it. (We will learn about static methods later in the course
  • You will need to use/call all methods of RNG class:
  • You can call these methods by RNG.[Method Name]; for example RNG. getCount(), RNG.rand()
  • The driver is responsible to:
    • Generate a random number between 1 and 100.
      • Call RNG.rand() to generate a random number between 1 and 100.
    • Ask the user for an initial guess of the generated random number.
    • Print out the result for that guess using the methods from the RNG class.
    • Allow user to give another guess between (exclusive) the previous low and high guesses
    • Display the number of guesses after each guess.
    • When user guesses correctly, ask if the user wants to try another round.
    • Terminate the program after the user has reached 7 guesses.
    • Refer to the program sample run for more clarification.
  • Data Validation. The data is validated by the RNG method inputValidation:
    • Guess must be an integer between (exclusive) the previous low guess and high guess.
    • If the data is invalid, the method does not increment the number of guesses.

Reference no: EM133389688

Questions Cloud

Discuss the lynching of sam hose : Discuss the lynching of Sam Hose. What is this case's significance for U.S. history? How did it influence activists who fought for change in the US?
Do you believe its an instrument controlled by government : Do you believe its an instrument controlled by the government to spy on U.S. Citizens? By purchasing such a device, do you believe the American People gave up
Draw a state machine using the specification : Draw a state machine using the specification above to process the list of integers. Use StarUML to draw your state machine (statechart)
Identify the major risks in the redbox startup : Identify the major risks in the Redbox startup that prevented venture capitalists from investing in the company.
Build an application that will receive a guess : Build an application that will receive a guess and report if your guess is the random number that was generated. Your application will narrow down the choices
What is the importance of mary burke in upton sinclair : What is the importance of Mary Burke in Upton Sinclair's King Coal? What are the culture shocks within the book between the 19th century and 20th century?
Expected in modern world of work : Is the practice of being required to work "off-the-clock" an unethical practice or just "to be expected" in modern world of work?
How does the book king coal reflect a clash : How does the book King Coal reflect a clash between late 19th century ideologies and values and the values of the early twentieth century?
How did the nation first and largest guestworker program : How did the nation's first and largest guestworker program establish the context for the U.S. treatment of Mexican labor migrants? How does the labor migration

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