public class TriangleUtilities { public static String getRow(int numberOfStars) { String row = ""; for(int i=0; i