Binary string
Using Eclipse, write a Java application that can take user input of any type example "Jenny as string and convert to binary, or take decimal numbers and convert to binary or take binary numbers and convert to decimal, or take both decimal fractions as well as binary fractions and convert as needed. Note: you are not allowed to use predefined method like Integer.parseInt(), toBinaryString() or toString