//import cari3;
//import cari3;
//import cari3;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author ADHYSAMSUL
*/
public class cari3
{ public cari3(int bil1, int bil2, int bil3) {
int max=bil1;
if(max
max = bil2;
}
if(max
max=bil3;
}
System.out.println("Bilangan terbesar (maks) dari : "+
bil1+", "+bil2+", "+bil3+" adalah:");
System.out.println(" "+max);
}
public static void main(String[] args){
cari3 mtb = new cari3(10,23,5);
}
}







No comments:
Post a Comment