Public static void main(String[] args){
Floating point f =1.4f;
int I =(int)f;
system . out . println(I);
}