afiqakraam

Profil Diri

Mar 17th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. /**
  2. * Write a description of class Sem2 here.
  3. *
  4. * Name : Afiq Akram
  5. * 17/03/2021
  6. */
  7. public class Sem2
  8. {
  9. public static void main (String[]args){
  10. System.out.println("Profil");
  11. System.out.println("Nama : Afiq Akram");
  12. System.out.println("Tempat, Tanggal Lahir : Palembang,28 Juli 2002");
  13. System.out.println("Umur : 18 Tahun\n");
  14. System.out.println("Riwayat Sekolah");
  15. System.out.println("1. TK PUSRI\n2. SD PUSRI\n3. SMP Al-Azhar 33\n4. SMAN 17 Palembang\n");
  16. System.out.println("Social Media");
  17. System.out.println("Instagram : @afiqakraam");
  18. System.out.println("Twitter : @afiqakraam\n");
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment