0
Answer

!!!Need help with binary operator

will he

will he

18y
1.8k
1

Hi,

Here is the request:

1. convert the routingCode to binary data  A. 
        routingCode = 111733394601
2. There a trackingCod = 234567097987654321. 
3. Now for each trackingCod digits, mutiply the Binary Data Field by 10 decimal, then add the tracking code digit.

I don't know how to process this by using binary. Please give a help. Thanks.

Will