Computer Science, asked by alihamad5320, 7 months ago

. Suppose integer takes 1 byte of memory space. Write a C++ program which takes 2 integer inputs from user (value must be between 1-100 and first integer must be last 2 digit of your arid number). Convert both input number in binary format and Store each bit in an array. Add both binary numbers and store in separate memory. Finally convert the binary sum into decimal format and display on the screen as shown in the following output. You can use pow() function of math.h header file, for calculation of power. Add screen shot of your program output after the code.
Output:
enter first integer of last digit of your arid number: 23
enter second number any number between 1-100): 15
first binary conversion: 00010111
second binary conversion: 0001111


Answers

Answered by aman27271
0

Answer:

Harish iska Ross udhao disk thanks

Similar questions