CSC152 2006S, Class 9: Numeric Values Admin: * Reading: Binary Representation (ready later today) * Homework: HW5: The one-line calculator * Math/CS table today! Overview: * String questions? * Numbers lab Notes: * To add 1 to an int, i i + 1 * To subtract 1 from an int, i i - 1 * Other stuff is similar