Question: Could you please write a program in c++ that converts a long long integer into a string of 64 bit binary as shown, and well
Could you please write a program in c++ that converts a long long integer into a string of 64 bit binary as shown, and well as converting that same integer into hexadecimal format next to the binary? Below is how it should look.

Enter a first unsigned integer: 1234567890 Enter a second unsigned integer, greater than the first: 9876543210 First integer: 00000000 00000000 00000000 00000000 01001001 10010110 00000010 11010010 XXXXxxxx499602D2 Second integer: 00000000 00000000 00000000 00000010 01001100 10110000 00010110 11101010 XXXXXXX24CB016EA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
