In this problem, you are given two big numbers as string and you are expected to print sum of them. However, You should keep in your mind that the numbers you are given may be too large to fit in int or long.
Example:
String1 = "1234423224211111111" , String2 = "244422555522332332333";
String1 + String2 = "245656978746543443444";