+ 1
Translate alphabet to binary
3 Answers
+ 9
Can use this method in c++
https://code.sololearn.com/cpu5khqhyl0X/?ref=app
+ 8
In which language ? đ
+ 1
I know 'A' is 01000001. Then 'B' is 01000001+00000001 so 01000010.
You just have to add 00000001 each time