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: write the code in Python: 1. Add Big Numbers Take two

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!