what happens when you cast a double to an int code example
Example: double to int
@SuppressWarnings("deprecation")
int Entero=new Double(345.8).intValue();
@SuppressWarnings("deprecation")
int Entero=new Double(345.8).intValue();