/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @untung
*/
public class BilLong {
private static long OL;
public static void main(String[] args) {
long bil1=20983712L;
long bil2=0x8e73aa75;
long bil3=0L;
System.out.println("long bil1 ="+bil1);
System.out.println("long bil2 ="+bil2);
System.out.println("long bil3 ="+bil3);
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @untung
*/
public class BilLong {
private static long OL;
public static void main(String[] args) {
long bil1=20983712L;
long bil2=0x8e73aa75;
long bil3=0L;
System.out.println("long bil1 ="+bil1);
System.out.println("long bil2 ="+bil2);
System.out.println("long bil3 ="+bil3);
}
}
0 komentar:
Post a Comment