
public class WrapperClasses {

	public static void main(String[] args) {
		
		int num = 9;
		Integer inum = num;

	}

}
