Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    943

    Re: How to Exita Run ?

    Use an if statement


    can you explain the steps the code should take to "do that"?
    I'm not sure what you mean.
  2. Replies
    5
    Views
    943

    Re: How to Exita Run ?

    Calling the System class's exit()method will end the program.
    Compare the user's String input using one of the String class's methods. If there is a match, call the exit() method.
  3. Replies
    5
    Views
    943

    Re: How to Exita Run ?

    Use a variable to count the correct answers. When the count gets to 10 'end the run'.

    Can you explain what 'end the run' means?

    Please Edit your post and wrap your code with


    <YOUR CODE...
Results 1 to 3 of 3