Advertisement
valdrin11

ushtrime

Nov 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.36 KB | None | 0 0
  1. package ushtrime;
  2.  
  3. public class ushtrim1 {
  4.  
  5.     public static void main(String[] args) {
  6.         System.out.println("Emri :" + "Valdrin");
  7.         System.out.println("Mbiemri :" + "Tërnava");
  8.         System.out.println("Viti i Lindjes :" + "2000");
  9.         System.out.println("Adresa :" + "Dëshmoret e kombit");
  10.         System.out.println("Numri i telefonit :" + " +38844799708");
  11.     }
  12.  
  13.  
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement