└── README.md /README.md: -------------------------------------------------------------------------------- 1 | public class RightTrianglePattern 2 | { 3 | public static void main(String args[]) 4 | { 5 | int i, j, row=6; 6 | for(i=0; i