BIODATA /** * Write a description of class Profile here. * * @author (your name) * @version (a version number or a date) */ public class Biodata { public static void main( String[] args ) { System.out.println ("---------- BIODATA ----------"); System.out.println ("\n"); System.out.println ("Nama : Muhammad Satryo Pamungkas Bimasakti"); System.out.println ("NRP : 05111840000070"); System.out.println ("Kelas : PBO-D"); System.out.println ("Alamat : Central Park"); } } Hasil Compile :: _________________________________________________________________________________ Tugas Time M...