why this code is not working with for loop and bitwise operator??
help me.
here the link:- https://ide.codingblocks.com/s/440062
Von Neuman Loves Binary
still not desire output
first it will ask how many numbers to input let say 3 then after that it will take 3 binary number ex:-101,111,100 and convert all three number into decimal using for loop and left shift operator (<<)
check the code i added comments