0
How to Write a program to convert Binary codes to ASCII decimal and to Character equivalent ?
Can someone help me?
3 odpowiedzi
+ 8
Jhazel Rose Hitalia ,
here some hints how it can be done:
https://code.sololearn.com/c6xOtURi8BNd/?ref=app
+ 3
Is there any example of that binary code? and the expected result in ASCII, decimal and character type respectively?
+ 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