A coder and decoder is a program which which get a letter and encrypts it into 6bit encryption;
Suppose a user types
input: abababab
output: 321617;322015;223112;252418;121736;411313;232121;122926;
What will be one of the result for
input: ba
output: ??????;??????;
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Number root of all 'a's is 2 and for 'b' is 4. Number root is the sum of all digits until we get less than 10.