Latest News

 










Variable Declaration

Previous slide Next slide Back to first slide View graphic version


Variable Declaration


 
My other sites

Latest News

 










Variable Declaration

    class VarDecTest {
    int a, b = 0;
    long millisec = 322245;
    char cr = '\r';
    boolean probe = true;
    public static void main(String argv[]) {
    int sum = 10;
    long square = sum * sum;
    }
    } //end class

Previous slide Next slide Back to first slide View graphic version