public class NumberUtilities { public static String getRange(int stop) { String result = ""; for (int i=0;i