When Should a Number Not Be a Number
Earlier we talked about issues with storing things, like a phone number as a number, due to overflow and accuracy issues. So, we’re going to institute a general rule of programming. Only store something in a number when you are planning to, or could, perform mathematical operations on that number. So for example, you have…