Search:

Type: Posts; User: JayK

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    6,500

    Re: Number Guessing Game

    This is my program so far:

    import java.util.Scanner;
    class GuessNumber
    {
    public static void main(String[] args)
    {
    Scanner kb = new Scanner(System.in);
    int number, guess,...
  2. Replies
    5
    Views
    6,500

    Number Guessing Game

    Hey, I'm brand new to Java and I just got an assignment in which I have to create a number guessing game. When you guess wrong, it is supposed to tell you the number is lower or higher depending on...
Results 1 to 2 of 2