public class Challenge { public static String orderWeight(String strng) { String i = "55"; int b = Integer.parseInt(i); } }