Latihan Java
class Handphone
{
// deklarasi
private String merk, tipe, warna;
private double harga;
// setter
public void setMerk(String merk){
this.merk = merk;
}
public void setTipe(String tipe){
this.tipe = tipe;
}
public void setWarna(String color){
this.warna = color;
}
public void setHarga(double harga){
this.harga = harga;
}
// getter
public String getMerk(){
return merk;
}
public String getTipe(){
return tipe;
}
public String getWarna(){
return warna;
}
public double getHarga(){
return harga;
}
...
Success
Get it in reality, not in a dream
Be Stronger
Stronger than the past
Craete your future
Your way is your choice
Be Faster
Make our move,create our future.
Make your dreams come true
Your dream is a picture of your future
Friday, October 5, 2012
Tuesday, July 24, 2012
ACL
6:44 AM
No comments
ROUTER 0
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router (config)#int fa0/0
Router (config-if)#ip add 172.16.10.1 255.255.255.0
Router (config-if)#no shut
Route (config-if)#exit
Router(config)#int fa1/0
Router (config-if)#ip add 172.16.20.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se2/0
Router(config-if)#ip add 172.16.30.1 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface...
Wednesday, June 13, 2012
KONFIGURASI EIGRP
4:43 PM
No comments

Rabu, 13 Juni 2012
Konfigurasi EIGRP
Gambar : Hasil Akhir
Setting ROUTER 0
Router>ena
Router#conf t
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.10.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int s2/0
Router(config-if)#ip add 172.16.20.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)# router...
Subscribe to:
Posts (Atom)