public class Kulls {

public static void main(String[] args) {
float a=2.5;
if(a==2.5)
System.out.println("Hi I'm here");
else
System.out.println("Sorry I lost my way");
}
}

Posted on by