Jomar
2011-09-14 01:27:32 UTC
double d=Double.parseDouble(as.readLine()); int x=(int)d;
System.out.println("equals :"+x);
and if i Enter for example 10.5 it will output 11...please help ..