Addition of (Very) Large Numbers In this problem, you have to take two char arrays of numbers (e.g XXXXXXXXXXand XXXXXXXXXX) from the user and store each char array (number) in a separate integer...


Addition of (Very) Large Numbers
In 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 in
an 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.





Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here