Question: write the code in Python: 1. Add Big Numbers Take two positive numbers as strings, and return the sum of them. E.g. 3.14 + 0.9
write the code in Python:
1. Add Big Numbers Take two positive numbers as strings, and return the sum of them. E.g. "3.14" + "0.9" => "4.04". Please note: Simply converting the strings to numbers and adding them together or utilizing Big Decimal is not acceptable and will not get full credit for the assessment. The solution must work for numbers that are very large as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
