How to Write a program to convert Binary codes to ASCII decimal and to Character equivalent ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Write a program to convert Binary codes to ASCII decimal and to Character equivalent ?

Can someone help me?

8th Jan 2023, 6:38 AM
Jhazel Rose Hitalia
Jhazel Rose Hitalia - avatar
3 Answers
8th Jan 2023, 11:03 AM
Lothar
Lothar - avatar
+ 3
Is there any example of that binary code? and the expected result in ASCII, decimal and character type respectively?
8th Jan 2023, 7:14 AM
Ipang
+ 1
We don't have example but this is the instruction that he gave us Your program should consist Arrays and looping statements. Binary codes to be transcribe: 1001000 Sample Output 1100101 1101100 1101100 1101111 100000 1010111 1101111 1110010 1100100
8th Jan 2023, 10:08 AM
Jhazel Rose Hitalia
Jhazel Rose Hitalia - avatar