View Single Post
Old 05-22-2011, 04:07 PM   PM User | #1
zverys36
New to the CF scene

 
Join Date: May 2011
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
zverys36 is an unknown quantity at this point
Unhappy To binary translation

How can I translate multiple random numbers into binary? I know that to translate one number to binary, this declaration is needed: String myString = Integer.toBinaryString(a number), but what if the number is random?
zverys36 is offline   Reply With Quote