Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class profil
  2. {
  3.     /**
  4.      * Constructor for objects of class profil
  5.      */
  6.     public static void main (String[] args)
  7.     {
  8.         System.out.println("===============Biodata===============");
  9.         System.out.println("Nama       : Ignatius Dwiki Iskandar");
  10.         System.out.println("NRP        : 05111840000019");
  11.         System.out.println("Kelas      : PBO D");
  12.         System.out.println("Departemen : Informatika");
  13.     }
  14. }