public class Driver { public static void main(String[] args) { MoreFor mf = new MoreFor(); System.out.println(mf.diag(8)); System.out.println(mf.diagword("hello")); System.out.println(mf.fence(4,6)); } }