Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Thread: CaesarCipher

    by Norm
    Replies
    13
    Views
    1,466

    Re: CaesarCipher

    That does not define the varible Key. It gives the variable Key a value of 4.
    You need a data type before a variable name to define a variable:
    <datatype> var_name = ...
    where <datatype> is the...
  2. Thread: CaesarCipher

    by Norm
    Replies
    13
    Views
    1,466

    Re: CaesarCipher

    Where is the variable Key defined?
  3. Thread: CaesarCipher

    by Norm
    Replies
    13
    Views
    1,466

    Re: CaesarCipher

    Did the CaesarCipher class compile OK? Where is its .class file?


    You need to use variable names here, not the names of the classes.
  4. Thread: CaesarCipher

    by Norm
    Replies
    13
    Views
    1,466

    Re: CaesarCipher

    Does this error message go with the code you posted for the reader class?
    Error message source reference: CaesarCipher cipher = new CaesarCipher();
    reader class source: CaesarCipher cipher = new...
  5. Thread: CaesarCipher

    by Norm
    Replies
    13
    Views
    1,466

    Re: CaesarCipher

    Please copy and paste here the full text of the error messages.
Results 1 to 5 of 5