//write your code here......
    public static void print(Object o){
        System.out.println(o);
    }