public class Driver{ public static void main(String[] args){ For f=new For(); System.out.println(f.table(5,6)); System.out.println(f.reverse("hello")); } }