Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public static void main(String[] args) {
  2. String input = "";
  3.  
  4. Scanner scan = new Scanner(System.in);
  5. print("Podaj tekst i kliknij enter");
  6. input = scan.nextLine();
  7.  
  8. print("Wyjście: ");
  9. print(getEncrypted(input));
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement