//Sample15_03.java class Sample15_03 { public static void main(String[] args){ int x; x = 3; System.out.println("x = " + x); } }