public class Driver{ public static void main(String args[]){ ForLoops first; first=new ForLoops(); System.out.println(first.table(5,3)); } }