Minggu, 02 September 2018

Tugas1-PBOB

TUGAS 1 PBO B

        Pada jurnal kali ini, saya ingin menampilkan proses awal  saya dalam memahami pemrograman berbasis objek. Dengan menggunakan tool Blue J. Berikut adalah tampilan dari bagian class yang diatur beserta file bantuan (ReadMe)




        Dan sesuai panduan yang diberikan, saya ditugaskan untuk menuliskan data diri lalu melakukan compile pada source code tersebut. 


Source Code pada class helloworld1 :
 /**  
  *Bagian dari project hello world, untuk latihan Helloword1 here.  
  *  
  * @author (Carlo Win Marshal)  
  * @version (1.0Beta)  
  */  
 public class Helloworld1  
 {  
   // instance variables - replace the example below with your own  
   private int x;  
   /**  
    * Constructor for objects of class Helloword1  
    */  
   public Helloworld1()  
   {  
     System.out.print("Tugas #PBO B - Tugas 1 \n===============\n");  
     System.out.print("Nama     : Carlo Win Marshal\n");  
     System.out.print("Kelas    : PBO B\n");  
     System.out.print("Alamat Rumah : JL SUKOLILO KASIH NO5\n");  
     System.out.print("Email    : carlowinmarshal08@gmail.com\n");  
     System.out.print("Blog     : enlightechtc.blogspot.com\n");  
     System.out.print("No HP/WA   : 082113200041\n");  
     System.out.print("Twitter   : @carlo_wM\n");  
   }  
   /**  
    * This is comment  
    *  
    * This is another comment  
    * We provide comment for better cause.  
    */  
 }  

Tidak ada komentar:

Posting Komentar