public class MainClass{ static int intValue = 8; public static void main(String[] argv){ System.out.println(intValue); } }