What will be the output of the following Java code snippet? double myDouble = 9.78; int myInt = (int) myDouble; System.out.println(myInt);