Write a program that reads any decimal number & equivalent binary number.

Input : 
Enter any decimal numbers : 5

Output :-Equivalent binary number is : 101

Input : 
Enter any decimal numbers : 167

Output :-Equivalent binary number is : 10100111