public class Driver{ public static void main(String[] args){ For f1 = new For(); System.out.println(f1.Reverse("Hello")); } }