Skip to content

Instantly share code, notes, and snippets.

@fahmidwi
fahmidwi / keybase.md
Created September 10, 2019 13:16
keybase

Keybase proof

I hereby claim:

  • I am fahmidwi on github.
  • I am fahmidwi (https://keybase.io/fahmidwi) on keybase.
  • I have a public key ASDev8pmu5TG4MZvy-IiKQkc12sJTuPZNCBMuFNzYZHUZgo

To claim this, I am signing this object:

@fahmidwi
fahmidwi / Profile.java
Created September 27, 2016 10:48
PBO - problem solving kedua,
package com.belajar.aritmatika;
//class Profile
public class Profile{
public String nama;
public String kelas;
public int lahir;
int hitungUmurKu(int thnSekarang, int thnLahir){
@fahmidwi
fahmidwi / Pembeli.java
Created September 7, 2016 05:26
Tugas PBO
package com.produk.person;
import com.produk.detail.SmartPhone;
public class Pembeli {
public static void main(String[] args){
//instance object
SmartPhone hpku = new SmartPhone();
hpku.merek = "Xiomai";
hpku.os = "Android 5.1";
public class Nama {
//method main
public static void main(String[] args) {
system.out.println("Nama : Fahmi dwi Syahputra");
system.out.println("Kelas : XI Rpl3");
}
}