public class Driver { public static void main(String[] args){ Cipher c = new Cipher(); System.out.println(c.encode("b",1)); } }