Using C++ make a program for binary representation. The codeMUST output the exact same as the sample given.
(6) Binary representatiorn » Write a program that prompts the user to enter a positive integer unsigned int x and then prints its binary representation; see explanation below .Explanation. Consider a positive integer x e [0,2N – 1], where N is some fixed
OR
OR