public class OctalHex { public static void main(String[] args) { int x = 10; int y = 10; System.out.println(x); System.out.println(y); } }