Search:

Type: Posts; User: namenamename

Search: Search took 0.11 seconds.

  1. Re: How to use a while loop to perform input validation?

    it's spelled "ass" not "arse". Get your spelling correct.
  2. Re: How to use a while loop to perform input validation?

    I just want a SIMPLE input validation loop
  3. Re: How to use a while loop to perform input validation?

    can you show me exactly how to do it?
  4. Re: How to use a while loop to perform input validation?

    import java.util.*;

    class rps{
    public static void main(String args[]){
    Random number = new Random();
    Scanner input = new Scanner(System.in);

    // player chooses
    String choice;
  5. How to use a while loop to perform input validation?

    so let''s say I have a rock paper scissors program and I want the user to enter ONLY rock, paper and scissors. If the user enters anything else, the program would display an error message and ask the...
Results 1 to 5 of 5