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