
-----------------------------------
Sleeping Giant
Fri Apr 12, 2013 10:45 am

Need help with printing right angle triangle
-----------------------------------
This is the code I came up with 

public class TriangleNumber3 {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		int size = 8;
	    	for (int row = 1;row 