public class NumberUtilities { public static String getRange(int stop) { StringBuilder builder = new StringBuilder(); for(int i=0; i