class
{
public static void main (String args []) 
{
float f=3.34f;
int i=(int) f;
System.out.println (i) ;

Posted on by