What kind of error does the following program cause? double x = 2.4, y = 5, sum = x + y; System.out.println("The sum is: " + sum);