public class Driver{ public static void main(String[] args){ For x = new For(); String s = "hello"; System.out.println(x.Reverse(s)); System.out.print(x.table(10,10)); System.out.println(x.GCD3(10,15)); } }