Search:

Type: Posts; User: lipton

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,203

    char manipulation quick question

    can i do this and if not what is the appropriate line of code to change the char at position a in sentence to the character at position element in letters

    where sentence and letters are two...
  2. Replies
    0
    Views
    1,003

    have trouble with a ceaser cipher question

    here is the code
    import java.util.Scanner;

    public class Cipher {

    public static void main (String args[]) {


    int key = 0;
    String sentence;
Results 1 to 2 of 2