public static int number = 25;

   public static void main(String[] args) {
       s=number*number;
       System.out.println("square of 25 is" +a);