View all by SpottedOtter23
Creator
Follow SpottedOtter23
Follow
Following SpottedOtter23
Following
Add To Collection
Collection
Comments
Devlog
Click to See Caeser Cipher
←
Return to Click to See Caeser Cipher
Devlog
Click to See Code
June 08, 2022
by
SpottedOtter23
public class App { public static void main(String args[]) { //your method calls System.out.println(encrypt("what is this", 6)); //call method encrypt System.out.println(decrypt("q lwv'b mdmv" , 8)); /...
Continue reading