public class test7 {

  public static void main(String argv[]) {
      
      int a,b,c;
      int i;
      int[] foo = new int[10];

      i = 0;
      foo[i] = foo[i] + 90;
      a = 900; b =88; c=9009;


        
		if (( a> 90) && ( b > 10) || ( c > 88))
		      System.out.println("hello");
	        else 
	              System.out.println("Fello");
   



}
}
