Nama : Moh.saiful Rizal
Nim : 2012420010
public class televisi {
String nama;
String type;
String warna;
int ukuran;
int volume;
void televisi (){
System.out.println("objek televisi berhasil di buat dengan nama "+nama);
System.out.println("dengan type "+type);
System.out.println("dengan warna "+warna);
System.out.println("berdasrkan ukuran "+ukuran);
}
void volumemax(){
System.out.println("volume maksimal "+volume+" ");
}
public static void main (String[] args ){
televisi thosiba=new televisi();
thosiba.nama="thosiba";
thosiba.type="LCD";
thosiba.warna="hitam";
thosiba.ukuran=32;
thosiba.volume=100;
thosiba.televisi();
thosiba.volumemax();
}
}
output :
Posted by 12.10 and have
0
komentar
, Published at
Tidak ada komentar:
Posting Komentar