Sum of Large Numbers

# Introduction In this challenge, we will be dealing with adding large numbers that exceed the range of conventional data types like `int` or `long`. We need to implement a method that takes two strings representing non-negative integers and calculates their sum as a string. We are not allowed to use classes or APIs from the `java.math.*` package, and the implementation must handle non-negative integers only.

|60 : 00

Click the virtual machine below to start practicing