Advertisement
lamaulfarid

Biodata Mahasiswa - JAVA

Oct 12th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.63 KB | None | 0 0
  1.  
  2. /**
  3.  * Write a description of class BiodataSaya here.
  4.  *
  5.  * @author Ahmad Lamaul Farid
  6.  * @version 08 Oktober 2020
  7.  */
  8. public class BiodataSaya
  9. {
  10.     public static void main ()
  11.     {
  12.         System.out.println("===== Data Mahasiswa =====");
  13.         System.out.println("__________________________");
  14.         System.out.println("Nama : Ahmad Lamaul Farid");
  15.         System.out.println("Alamat : RT/RW 026/008 Wadang, Ngasem, Bojonegoro");
  16.         System.out.println("Umur : 19 Tahun");
  17.         System.out.println("Jurusan : Teknik Informatika ITS 2019");
  18.         System.out.println("No. Telepon : 082330953891");
  19.     }
  20.    
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement