July 4th Sale
Limited Time Deal: Unlock all premium questions for over 40% off
$10.42$6.25
10
:
09
:
32
:
00
Back to Dashboard
Character String Adder
Easy
A string-based calculator receives two numbers as arrays of digit characters. Each array represents a signed integer -- digits only, with an optional leading '-' character for negative values. Parse both arrays and return their sum as an integer.
Example 1
...