public class Main { public static void main (String[] args){ int a = 9; System.out.println(a); // your code goes here } }