0
What is the function to convert a number into its binary code?
22nd Aug 2018, 1:29 PM
sravani reddy

2 Réponses
+ 5
Integer.toString(100,2)
Integer.toBinaryString(100)
22nd Aug 2018, 2:01 PM
Mert Yazıcı

+ 1
Integer.toString(number, 2);
22nd Aug 2018, 2:12 PM
Steppenwolf

Vous avez souvent des questions comme celle-ci ?
Apprenez de manière plus efficace, gratuitement :
Aujourd'hui en vedette
DSA doubt
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes