How do I write the following program? If we have the variable a and b (condition that the variables can have up to 1000 digits), and we can enter the variable a (example a = 323) and the variable b (example b = 4546).How do I combine variable a and variable b and get variable x (x = 3234546)?And how do I decompose that same variable x into a and b (example x = 3234546, I decompose that variable into variable a = 323 and b = 4546)?