public class MainClass{ public static void main(String[] argv){ Integer w = 234; int times9 = w * 9; } }