Addition of (Very) Large NumbersIn this problem, you have to take two char arrays of numbers (e.g. 1203009954 and 109876201453)from the user and store each char array (number) in a separate integer array. While storing a number inan array you have to keep in mind that each digit of that number should be stored in a separate index(apply validation check (e.g. no alphabets or special characters “(+_-)(*&^%$#@!~`’”;:,<>./?” Etc)allowed)). You have to add these two numbers and store answer in a third array digit by digit.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here