public class MainClass{ public static void main(String[] argv){ System.out.println(5); // 5 is a literal for int type } }