Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,242

    Re: mod 95 vigninere cipher

    Normally in computer science mod is the short way of saying modulus (or modulo, depending on the conjugation), and in Java this is denoted with the % operator.

    A modulo operation will naturally...
  2. Replies
    4
    Views
    2,242

    Re: mod 95 vigninere cipher

    Are you talking about the modulus operator (that's denoted by the % sign)?

    5 % 3; // performs "5 modulo 3", returns the remainder of 5/3, or 2.
Results 1 to 2 of 2