public class TriangleUtilities { public static String getRow(int numberOfStars) { StringBuilder stars = new StringBuilder(); for(int i=0; i