Guest User

Tugas Profil

a guest
Mar 17th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. /**
  2.  * @Haniif Ahmad Jauhari
  3.  * @Versi 1.0 17 Maret 2021
  4.  */
  5. public class Profil
  6. {
  7.     public static void main(String[]args){
  8.         System.out.println("Nama: Haniif Ahmad Jauhari");
  9.         System.out.println("Asal Sekolah: SMAN 1 Sooko");
  10.         System.out.println("Pengalaman/Kompetensi: Belum ada");
  11.         System.out.println("Alamat Social Media: https://twitter.com/HaniifJ");
  12.         System.out.println("Alamat Blog: https://haniifahmadjauhari.blogspot.com/");
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment