I have the following code
public static String addStrings(String num1, String num2) { int carry = 0; int lengthNum1 = num1.length(), lengthNum2 =