Search:

Type: Posts; User: literallyjer

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    2,840

    Re: Any ideas for begginer?

    Oop. I forgot about that. I would use java.util.Random for a random number. Then you can call the nextInt() method instead of dealing with Math.random() returning a double.
  2. Replies
    11
    Views
    2,840

    Re: Any ideas for begginer?

    HelloWorld is very common first program ;-)

    I would keep it simple and use a BufferedReader. Otherwise, you shouldn't need to import anything else. Good luck!
  3. Replies
    11
    Views
    2,840

    Re: Any ideas for begginer?

    This is one of the first programs I was assigned when took my first programming course. All you need to know to write this program is how to use variables, if statements, and loops.

    Why don't you...
  4. Replies
    11
    Views
    2,840

    Re: Any ideas for begginer?

    There stereotypical first game to write is a number guessing game where the computer randomly selects a number, and the user guesses which number it is. Also, have it so the computer says "higher" or...
Results 1 to 4 of 4