Search:

Type: Posts; User: melki0795

Search: Search took 0.14 seconds.

  1. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    Dude. I owe you big time. Thanks for your time!!
  2. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    - (char)(1);
    + (char)(1);

    I'm still learning typecasting...still a bit green in it. :-/

    --- Update ---

    are those good? or not even near?

    --- Update ---
  3. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    One Second

    --- Update ---

    if i do



    if(letter < guessedLetter) {
    System.out.println("");
  4. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    YES! Exactly what I tought. Im getting a loss of precision error though. :-( Cannot understand why.
  5. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    I wrote the program. So what do you suggest?
  6. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    it is off by one. It is outputted by a method... called generateRange



    public static void generateRange(char start, char end){
    char alphabet;
    for(alphabet = start; alphabet <= end;...
  7. Replies
    15
    Views
    1,313

    Re: AlphaChop Problem

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

    Please Choose a Letter from above

    Selection: h

    Incorrect -- its to the Right of H. Your Letters are between:
    H I J K L M N O P Q R S T...
  8. Replies
    15
    Views
    1,313

    AlphaChop Problem

    Hi guys I have this code. It works, but it has a minor glitch which i cannot troubleshoot. Please find the code below followed by an image of my output.




    import java.util.Random;
    import...
Results 1 to 8 of 8