Null and Mathematical Operations

Your code has to be concerned with receiving Null values from a database. The reson I say that you need to be concerned is that, since Null is an indicator of invalid data, Null can cause trouble for you if you pass it to certain functions or try and use it to perform mathematical operations. Try the Code given in next post.

First
Next