Search:

Type: Posts; User: llowe29

Search: Search took 0.09 seconds.

  1. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    I dont understand what is meant by your first sentence/how to fix it.
  2. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    Thanks finally fixed the problem or at least I think I did based on results



    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or...
  3. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    but the code has to convert ints to morse code also.
  4. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import java.util.*;
    import java.io.File;
    import...
  5. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    Input was Hohoho122.
    Output was ---....---....---
  6. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    yes at least for letters I suppose Ill do the same thing for numbers

    --- Update ---

    Now the number part wont return anything


    /**
    * Write a description of class MorseCode here.
    *
  7. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    After making suggested changes here is what I have.


    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import...
  8. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import java.util.*;
    import java.io.File;
    import...
  9. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    is this what you mean



    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
  10. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    It wont work because everytime I would go to next letter in phrase it can only be compared to next letter in array.

    --- Update ---

    Here is what I have (tried...)


    /**
    * Write a...
  11. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Re: Morse Problem

    (I understand the problem but dont see how.)(pseudocode!)See i need the if to be equivalent to asking if the phrase has a letter in the alphabet, return the index. Then look for the index in the...
  12. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,179

    Morse Problem

    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import java.util.*;
    import java.io.File;
    import...
Results 1 to 12 of 12