Minggu, 02 September 2018

Tugas 1 - PBO A

Ini adalah tugas PBO kelas A pertama saya, tugasnya membuat biodata dan di bawah ini adalah tampilan hasil dan source codenya:


 /** 
  * Write a description of class Biodata here. 
  * ini adalah biodata 
  * @author (I Gede Agung Krisna Pamungkas) 
  * @version (0.1/3 september 2018) 
  */ 
 public class Biodata 
 { 
   // instance variables - replace the example below with your own 
   private int x; 
   /** 
    * Constructor for objects of class Biodata 
    */ 
   public Biodata() 
   { 
     System.out.print("Nama\t\t: I Gede Agung Krisna Pamungkas\n"); 
     System.out.print("Kelas\t\t: PBO A\n"); 
     System.out.print("Alamat Rumah\t: Jl Aquamarin 1 B32 KBD Gresik\n"); 
     System.out.print("Email\t\t: igedeagung25@gmail.com\n"); 
     System.out.print("Blog\t\t: igedeagung25.blogspot.com\n"); 
     System.out.print("No HP/WA\t: 085854737161\n"); 
     System.out.print("Twitter\t\t: @igedeagung25 \n"); 
   } 
 } 

Tidak ada komentar:

Posting Komentar