I have some code that at times, will divide a number by 0, which is undefined. This still gives me an output of 1.$ or something, which I know represents undefined. However, I would like to print out an error message instead saying something like "cannot divide by 0", and continue the program because there are more things to do. How do I do this?