C Java Python1 Min Read LetuscrackonJune 11, 2024 Convert Decimal to Binary Given a number N in decimal format, the program must print the binary representation of the number N. Input Format:The first line contains N.…
Python1 Min Read LetuscrackonJune 8, 2024 Binary Reverse Pairs The program must accept Noddintegers and print all possible pairs of integers (X, Y) where the binary representation of X…
Python1 Min Read LetuscrackonJune 7, 2024 Super Binary String The program must accept a string S containing only 0s and 1s as the input. The program must print Yes if the…
Python1 Min Read LetuscrackonJune 7, 2024 Binary Growing Sequence or Not The program must accept N integers as the input. The program must print “YES” if the given N integers represent a binary…
Python1 Min Read LetuscrackonJune 6, 2024 Binary Prefix Count – Divisible by X Binary Prefix Count – Divisible by X: The program must accept two integers N and X as the input. The program must…
Python1 Min Read LetuscrackonJune 5, 2024 Concatenate Binary – Largest Integer Concatenate Binary – Largest Integer: The program must accept two integers X and Y as the input. The program must…