public class Err4 { public static void main(String[] args) { int i; double d; d = 4; i = d; } }