Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Write a description of class BiodataSaya here.
- *
- * @author Ahmad Lamaul Farid
- * @version 08 Oktober 2020
- */
- public class BiodataSaya
- {
- public static void main ()
- {
- System.out.println("===== Data Mahasiswa =====");
- System.out.println("__________________________");
- System.out.println("Nama : Ahmad Lamaul Farid");
- System.out.println("Alamat : RT/RW 026/008 Wadang, Ngasem, Bojonegoro");
- System.out.println("Umur : 19 Tahun");
- System.out.println("Jurusan : Teknik Informatika ITS 2019");
- System.out.println("No. Telepon : 082330953891");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement