Search:

Type: Posts; User: Brocco767

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,051

    Re: Question about IF Statement

    I'm not getting any errors when I compile my code.

    Is that what you mean ?
  2. Replies
    5
    Views
    1,051

    Re: Question about IF Statement

    Thanks for the reply.

    It terminates by returning.

    All the user types in is just the answer to the multiplication question asked.

    I've never came across the -Xlint option before ..
  3. Replies
    5
    Views
    1,051

    Question about IF Statement

    Hey guys,

    Just have a question here about IF Statement. Basically when I type in the word "end" I need the program to terminate.

    However, with this code, the program terminates no matter what...
  4. Replies
    5
    Views
    944

    Re: How to Exita Run ?

    I'm fairly new to Java. Any tips on how I would go about doing that ?
  5. Replies
    5
    Views
    944

    Re: How to Exita Run ?

    Basically can I have a word which I enter, using the scanner class, that will end the program ?




    import java.util.Scanner;


    public class Doorknob
  6. Replies
    5
    Views
    944

    How to Exita Run ?

    Hi everyone,

    This is my code so far. I was just wondering would anyone know how to 'end the run' after 10 correct answers are input by the user ? I was thinking maybe a For loop but I'm not too...
  7. Replies
    1
    Views
    1,071

    Using the Scanner class

    Hey,

    Just wondering could anyone help me as I am very new to Java coding.

    I need to use a Random Object to produce two positive integer values. I think I have this part pretty much just the...
Results 1 to 7 of 7