Search:

Type: Posts; User: Ddng940

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,066

    Re: Basic Number guessing game.

    import java.util.*;

    public class Apple {
    public static void main(String[] args) {

    Random randomGenerator = new Random();
    Scanner A = new Scanner(System.in);
    int realNumber =...
  2. Replies
    6
    Views
    1,066

    Re: Basic Number guessing game.

    o.O I didnt realize that i said
    System.out.println("Its less then " +userNumber); for both when its greater and when its less. I never had a statement saying that it is greater...problem resolved....
  3. Replies
    6
    Views
    1,066

    Re: Basic Number guessing game.

    Thank you for the quick reply



    import java.util.*;

    public class Apple {
    public static void main(String[] args) {

    Scanner A = new Scanner(System.in);
  4. Replies
    6
    Views
    1,066

    Basic Number guessing game.

    This is my first post in this forum and i have no idea how to post code in the format that other people post it.
    This is my first little program that i wrote after reading a couple of chapters in a...
Results 1 to 4 of 4