add

PythonF

Add Numbers – Base N

Two numbers X and Y are provided with reference to base N. Add the numbers and print their sum with reference to base 10. Input Format: First…
PythonF

Add Two Numbers

Accept two numbers and print their sum. Example Input/Output 1:Input:10 20 Output:30 Example Input/Output 2:Input:137 11 Output:148 Python Java C C++