import java.io.*; import java.util.*; public class Driver { public static void main(String[] args) { For s = new For(); s.table(5 , 3); } }