Computer Science, asked by stefinaks, 5 months ago

Can anyone please decipher this binary code, its a loop, it has only 1's and 0's, and it has a message which i really need​

Attachments:

Answers

Answered by ROCKYCEO
0

Answer:

Explanation:

Break the word into individual letters.

For each letter, look up the ASCII number value mapped to the letter.

For each ASCII number value, convert to a binary number.

For each binary number, save the binary number value. If it is the first binary number, create the initial binary number value; if a binary number value exists, add the new binary number to the end of the value.

Similar questions