Search:

Type: Posts; User: Junky

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    893

    Re: Running with Exceptions

    That is a statement. If you are asking can you use an if statement then yes. Pseudocode:


    ask user if they want to enter again
    get response
    if response is no {
    exit loop
    }
  2. Replies
    3
    Views
    893

    Re: Running with Exceptions

    If you want to give the user an option to enter another score then you are going to need a loop of some kind.
Results 1 to 2 of 2