I have created the isDouble class which is from the previous FromHell exercise "Different methods for different types" which checks if a number has "." in it meaning it is a double. This class's method is used in line 75. What have I done wrong?