public static void main(String[] args) { System.out.print("the square of 5 "+ sqr(5)); //write your code here }