Herzlich Willkommen

Live processing contents

Tuesday, October 19, 2010

cuman ngurutin 1 2 3 doank

package bool;

/**
 *
 * @author TRACER
 */
public class Main {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        int x=100,y=245,z=1225,a,b;
a = (x>y)?x:y;
b = (a>z)?a:z;

System.out.println("Nilai tertingginya adalah angka= " + b);

}
}
            

No comments:

Post a Comment