PLEASE HELP, URGENT JAVA NEEDED!!!
Results 1 to 5 of 5

Thread: PLEASE HELP, URGENT JAVA NEEDED!!!

  1. #1
    Registered User
    Join Date
    Jun 2001
    Location
    UK
    Posts
    32

    Exclamation PLEASE HELP, URGENT JAVA NEEDED!!!

    Plz can someone right me some source code that will do the following (im a newbie and need it doing FAST)

    1. Create a java app that will accept keyboard input, test the input for alphabetic characters only, and displays the code on the screen.

    Im a newbie, as youve guessed and need help!

    Thanks a lot
    Micro$oft: Bad Command or Filename

  2. #2
    Registered User CodeDragon's Avatar
    Join Date
    Oct 2000
    Location
    Gobbinland
    Posts
    196

    Post

    [quote]Originally posted by myth:
    <strong>
    1. Create a java app that will accept keyboard input, test the input for alphabetic characters only, and displays the code on the screen.
    </strong><hr></blockquote>

    I assume that you by alphabetic chars you mean A-Z and a-z, not 0-9 or space chars, and that you only want to o/p the alphabetic chars.

    If so, this class will do it. Just copy and paste it into your preferred editor and compile it.

    Let me know if it's OK

    CD
    There are only two truly infinite things, the universe and stupidity. And I am unsure about the universe. - Albert Einstein

  3. #3
    Registered User CodeDragon's Avatar
    Join Date
    Oct 2000
    Location
    Gobbinland
    Posts
    196

    Post

    UBB won't let me post the code (not sure why) so you can download it <a href="http://www.creativesds.co.uk/~sozjvp423rki/downloads/code/Main.java" target="_blank">here</a>

    CD
    There are only two truly infinite things, the universe and stupidity. And I am unsure about the universe. - Albert Einstein

  4. #4
    Registered User
    Join Date
    Jun 2001
    Location
    UK
    Posts
    32

    Thumbs up

    you saved my life, honestly! thanks a lot!!!
    Micro$oft: Bad Command or Filename

  5. #5
    Registered User CodeDragon's Avatar
    Join Date
    Oct 2000
    Location
    Gobbinland
    Posts
    196

    Post

    [quote]Originally posted by myth:
    <strong>you saved my life, honestly! thanks a lot!!! </strong><hr></blockquote>

    No problem mate

    CD
    There are only two truly infinite things, the universe and stupidity. And I am unsure about the universe. - Albert Einstein

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •