Question: C++ Please For this assignment you will write a program to subtract large unsigned integers. Your program should prompt and read in two large unsigned

C++ Please
For this assignment you will write a program to subtract large unsigned integers. Your program should prompt and read in two large unsigned in- tegers. The two large integers should be stored arrays, one array for each integer. The integers should be stored with one digit per location in the two our program should subtract the second integer from the first. The result should be stored in an array, again one digit per location in the array. Your program should arrays. The first integer should be no smaller than the second. Y then output the difference Your program should be able to handle integers with up to 80 digits each You should not use any concepts from object oriented programming. In particular please do not use any classes (or struct) or any class methods. The one exception is that you may use the iostream class method cin.getO Test data: 10000000000000000000000000000000000 - 10000010001 123456789123456789123456789 - 99999 - 9999999999
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
