my code is passing 1 test case and shows run error in rest of the cases
code link::https://ide.codingblocks.com/s/191885
Run error in 5 test cases
@Rohan_singla,
In the lines:
String a = n1 + “” + n2;
int as = Integer.parseInt(a);
In case the value of String a exceeds the maximum range for integer (int). It will give you an error.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.