double i = 30.0;
int j = i / 4;
System.out.print(j);