+ 2
How to create bin number?
Plizz hilp mee
5 Respuestas
+ 2
Maybe this helps you:
https://www.sololearn.com/learn/4401/?ref=app
+ 1
Pliz hilp me 😢😢
0
In Java:
int x = 100;
System.out.println(Integer.toBinaryString(x));
0
What do you exactly need? Everything in computers is represented internally in binary.
An example:
10 decimal = 1010 in binary
0
x = 2 + 2
y = bin(x)