public class SeqLadder { public static void main(String args[]){ int a=0; for(int i = 1; i<5 ; i++){ for (int j = 0; j