+ 5
How can I convert binary to text in this code ?
You can see, In this code I have already used the 0-9 numbers ( because 0 & 1 ) that's why I am not able to convert binary numbers ( because it have only 0 & 1 value ). So the question is how can I put binary values ( 01000001 = A and so on... ) in this code without deleting the numbers ( 0 = 00110000 & 1 = 00110001 ) ? https://code.sololearn.com/Wex03K5Dj3Qo/?ref=app
1 Réponse
+ 13
Muhammad Siam Bhuiyan you should use javascript for this goal, refer to this:
https://stackoverflow.com/questions/21354235/converting-binary-to-text-using-javascript/21354328