public class Demonstrate {
 public static void main (String argv[]) {
  int length = 75;
if (60 < length && length < 90)
 System.out.println ("The length is normal.");
 }
}
