We know the following::
public class Main { public static void main(String[] args) { int myInt = 9; double myDouble = myInt; // casting: int to doub