Kocyk

java main

Mar 10th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args) {
  6.         String a;
  7.         tekst t1= new tekst();
  8.  
  9.         a=t1.szyfrowanie(t1.pobierz(),2);
  10.         System.out.println("\n");
  11.         System.out.println(a+ "<----");
  12.         t1.deszyfrowanie(a,2);
  13.     }
  14. }
Add Comment
Please, Sign In to add comment