1 public class JasminTest {2 3 public static void main(String [] args){4 int x = 9;5 System.out.println(x);6 }7 }8