// Zorah Fung, CSE 143 // An object that simply holds an int public class IntegerObject { int num; }