One of the more baffling concepts for beginning programmers is the way a computer handles numbers. The number "1" is stored as a character or an integer. You decide which storage method to use when writing the program, taking into consideration diffe...